From 883fee8df09668f268fc95a724fa01e77f02fbd4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 14 Jan 2010 23:09:23 +0300 Subject: neon updates; make more icons themeable; misc fixes --- themes/neon/theme.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'themes/neon/theme.css') 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; +} + -- cgit v1.2.3-54-g00ecf