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/images/indicator_white.gif | Bin 0 -> 1849 bytes themes/neon/images/label.png | Bin 0 -> 1251 bytes themes/neon/images/sign_excl.png | Bin 0 -> 930 bytes themes/neon/images/sign_info.png | Bin 0 -> 914 bytes themes/neon/images/sign_quest.png | Bin 0 -> 1075 bytes themes/neon/images/sign_quest.svg | 187 +++++++++++++++++++++++++++++++++ themes/neon/images/small_question.png | Bin 0 -> 712 bytes themes/neon/images/tag.png | Bin 185 -> 1247 bytes themes/neon/theme.css | 13 ++- 9 files changed, 199 insertions(+), 1 deletion(-) create mode 100755 themes/neon/images/indicator_white.gif create mode 100755 themes/neon/images/label.png create mode 100755 themes/neon/images/sign_excl.png create mode 100755 themes/neon/images/sign_info.png create mode 100755 themes/neon/images/sign_quest.png create mode 100755 themes/neon/images/sign_quest.svg create mode 100755 themes/neon/images/small_question.png mode change 100644 => 100755 themes/neon/images/tag.png (limited to 'themes') diff --git a/themes/neon/images/indicator_white.gif b/themes/neon/images/indicator_white.gif new file mode 100755 index 000000000..93daf4c12 Binary files /dev/null and b/themes/neon/images/indicator_white.gif differ diff --git a/themes/neon/images/label.png b/themes/neon/images/label.png new file mode 100755 index 000000000..3b3a21cd8 Binary files /dev/null and b/themes/neon/images/label.png differ diff --git a/themes/neon/images/sign_excl.png b/themes/neon/images/sign_excl.png new file mode 100755 index 000000000..01fd21e4a Binary files /dev/null and b/themes/neon/images/sign_excl.png differ diff --git a/themes/neon/images/sign_info.png b/themes/neon/images/sign_info.png new file mode 100755 index 000000000..06bfc7d7e Binary files /dev/null and b/themes/neon/images/sign_info.png differ diff --git a/themes/neon/images/sign_quest.png b/themes/neon/images/sign_quest.png new file mode 100755 index 000000000..25868ab67 Binary files /dev/null and b/themes/neon/images/sign_quest.png differ diff --git a/themes/neon/images/sign_quest.svg b/themes/neon/images/sign_quest.svg new file mode 100755 index 000000000..038f46e47 --- /dev/null +++ b/themes/neon/images/sign_quest.svg @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + ? + + + diff --git a/themes/neon/images/small_question.png b/themes/neon/images/small_question.png new file mode 100755 index 000000000..f02f740d8 Binary files /dev/null and b/themes/neon/images/small_question.png differ diff --git a/themes/neon/images/tag.png b/themes/neon/images/tag.png old mode 100644 new mode 100755 index 0ce354ee8..d7e477afa Binary files a/themes/neon/images/tag.png and b/themes/neon/images/tag.png differ 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