2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-09 01:34:19 +00:00

defaultCommon.css: fix orange for FS20.on (Forum #38871)

git-svn-id: https://svn.fhem.de/fhem/trunk@8912 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-07-07 08:18:11 +00:00
parent a50d922fe7
commit 6f082e4f71

View File

@ -80,7 +80,7 @@ pre { white-space: pre-wrap; }
svg { height:32px; width:32px; vertical-align:middle; margin:2px 0; }
svg:not([fill]):not(.jssvg) { fill:#278727; }
svg.on,svg.FS20_on { fill:orange; }
svg.on,svg.FS20_on { fill:orange!important; }
/* next lines are for remotecontrol */
.rc_body { border-style:solid; border-color:gray;