aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-18 21:22:34 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-18 21:22:34 +0100
commit792097fb6a6507201ec41f90201ad05ad8c38870 (patch)
tree1e6a0c0cb506c282c92766ee49745be2296068ef /themes/baggy/css
parent6285e57c49bd06ed52ab997f0dc767576b7da126 (diff)
downloadwallabag-792097fb6a6507201ec41f90201ad05ad8c38870.tar.gz
wallabag-792097fb6a6507201ec41f90201ad05ad8c38870.tar.zst
wallabag-792097fb6a6507201ec41f90201ad05ad8c38870.zip
[add] script to make the install more user friendly #466
Diffstat (limited to 'themes/baggy/css')
-rwxr-xr-xthemes/baggy/css/messages.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/themes/baggy/css/messages.css b/themes/baggy/css/messages.css
index e69de29b..0cd89a9e 100755
--- a/themes/baggy/css/messages.css
+++ b/themes/baggy/css/messages.css
@@ -0,0 +1,19 @@
1.messages.error {
2 border: 1px solid #c42608;
3 color: #c00 !important;
4 background: #fff0ef;
5 text-align: left;
6}
7
8.messages.notice {
9 border: 1px solid #ebcd41;
10 color: #000;
11 background: #fffcd3;
12 text-align: left;
13}
14
15.messages.success {
16 border: 1px solid #6dc70c;
17 background: #e0fbcc;
18 text-align: left;
19} \ No newline at end of file