From 098d086695bc0f6aac6da42ec2f1d7b1748dc374 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Fri, 5 Oct 2018 11:34:27 +0000 Subject: [PATCH] darkstyle.css: add yellow coloring of on SVG-icons (Forum #91070) git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@17461 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- www/pgm2/darkstyle.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/pgm2/darkstyle.css b/www/pgm2/darkstyle.css index 763a7e8e4..25f063eae 100644 --- a/www/pgm2/darkstyle.css +++ b/www/pgm2/darkstyle.css @@ -103,6 +103,7 @@ span.sort-item-delete-link { svg { height:32px; width:32px; vertical-align:middle; margin:2px 0; } svg:not([fill]) { fill:#fff; } +svg.on,svg.FS20_on { fill:orange!important; } g.on { fill:red; } /* next lines are for remotecontrol */