summaryrefslogtreecommitdiffstats
path: root/share/icons/nextgen/highlights.css
diff options
context:
space:
mode:
Diffstat (limited to 'share/icons/nextgen/highlights.css')
-rw-r--r--share/icons/nextgen/highlights.css18
1 files changed, 15 insertions, 3 deletions
diff --git a/share/icons/nextgen/highlights.css b/share/icons/nextgen/highlights.css
index ba5798707..1a6b42e15 100644
--- a/share/icons/nextgen/highlights.css
+++ b/share/icons/nextgen/highlights.css
@@ -1,3 +1,15 @@
-.success { fill:#FFCE00; }
-.warning { fill:#00FF48; }
-.error { fill:#FF00DB; }
+.base {
+ fill: #FF1100;
+}
+
+.success {
+ fill: #FFCE00;
+}
+
+.warning {
+ fill: #00FF48;
+}
+
+.error {
+ fill: #FF00DB;
+} \ No newline at end of file