summaryrefslogtreecommitdiff
path: root/themes/neon/theme.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-14 23:09:23 +0300
committerAndrew Dolgov <[email protected]>2010-01-14 23:09:23 +0300
commit883fee8df09668f268fc95a724fa01e77f02fbd4 (patch)
treeb327f57f9ec48a14af3ce2bb298dd3c552e36db6 /themes/neon/theme.css
parentef9cab2339d7bfc00bcb3215bdfc82ce88fa306e (diff)
neon updates; make more icons themeable; misc fixes
Diffstat (limited to 'themes/neon/theme.css')
-rw-r--r--themes/neon/theme.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/themes/neon/theme.css b/themes/neon/theme.css
index 9f67981a3..7c9eb7be2 100644
--- a/themes/neon/theme.css
+++ b/themes/neon/theme.css
@@ -321,7 +321,13 @@ div.notice {
color : gray;
}
-.notify, .notifyInfo, .notifyProgress {
+div.error, div.warning {
+ background : #3c2c4c;
+ border : 1px solid #404040;
+ color : #b077ec:;
+}
+
+.notify, .notifyInfo, .notifyProgress, .notifyError {
border-color : #b077ec;
background-color : #3c2c4c;
color : gray;
@@ -565,3 +571,8 @@ div.colorPicker {
color : gray;
}
+ul.feedErrorsList {
+ border : 1px solid #404040;
+ background-color : #303030;
+}
+