summaryrefslogtreecommitdiff
path: root/lib/styles
diff options
context:
space:
mode:
Diffstat (limited to 'lib/styles')
-rw-r--r--lib/styles/style.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/styles/style.css b/lib/styles/style.css
index ff9bdf3ce..fe9c09038 100644
--- a/lib/styles/style.css
+++ b/lib/styles/style.css
@@ -1,21 +1,24 @@
div.clearer {clear: both; line-height: 0; height: 0;}
div.error{
- background: #ff6666 url(../images/error.png) 0.5em 0px no-repeat;
+ background: #fcc url(../images/error.png) 0.5em 0px no-repeat;
+ border-bottom: 1px solid #faa;
font-size: 90%;
margin: 0px;
padding-left: 3em;
}
div.info{
- background: #ffff66 url(../images/info.png) 0.5em 0px no-repeat;
+ background: #ccf url(../images/info.png) 0.5em 0px no-repeat;
+ border-bottom: 1px solid #aaf;
font-size: 90%;
margin: 0;
padding-left: 3em;
}
div.success{
- background: #66ff66 url(../images/thumbup.gif) 0.5em 0px no-repeat;
+ background: #cfc url(../images/success.png) 0.5em 0px no-repeat;
+ border-bottom: 1px solid #afa;
font-size: 90%;
margin: 0;
padding-left: 3em;