From 17187618d32ef44dfde4aa192f2d33a135c28d07 Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Wed, 19 Jun 2019 18:37:13 +0200 Subject: add improvements to color handling --- share/icons/nextgen/highlights.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'share/icons/nextgen/highlights.css') 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 -- cgit v1.2.3