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
This commit is contained in:
rudolfkoenig 2018-10-05 11:34:27 +00:00
parent 37102007cf
commit 098d086695

View File

@ -103,6 +103,7 @@ span.sort-item-delete-link {
svg { height:32px; width:32px; vertical-align:middle; margin:2px 0; } svg { height:32px; width:32px; vertical-align:middle; margin:2px 0; }
svg:not([fill]) { fill:#fff; } svg:not([fill]) { fill:#fff; }
svg.on,svg.FS20_on { fill:orange!important; }
g.on { fill:red; } g.on { fill:red; }
/* next lines are for remotecontrol */ /* next lines are for remotecontrol */