summaryrefslogtreecommitdiff
path: root/themes/neon/theme.css
diff options
context:
space:
mode:
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;
+}
+