mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 05:06:35 +00:00
defaulsCommon.css/darkstyle.css:fix SVG fill (38175)
git-svn-id: https://svn.fhem.de/fhem/trunk@8759 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7f4bd01e53
commit
07e5d8e512
@ -78,7 +78,8 @@ select { margin-left:5px; margin-right:5px; }
|
|||||||
.downText,.makeSelect select { margin:0.7em; }
|
.downText,.makeSelect select { margin:0.7em; }
|
||||||
|
|
||||||
|
|
||||||
svg { height:32px; width:32px; fill:#fff; vertical-align:middle; margin:2px 0; }
|
svg { height:32px; width:32px; vertical-align:middle; margin:2px 0; }
|
||||||
|
svg:not([fill]) { fill:#fff; }
|
||||||
g.on { fill:red; }
|
g.on { fill:red; }
|
||||||
|
|
||||||
/* next lines are for remotecontrol */
|
/* next lines are for remotecontrol */
|
||||||
|
@ -103,7 +103,8 @@ span.sort-item-delete-link {
|
|||||||
.ui-state-highlight { height: 1.1em; line-height: 1.1em; }
|
.ui-state-highlight { height: 1.1em; line-height: 1.1em; }
|
||||||
|
|
||||||
|
|
||||||
svg { height:32px; width:32px; fill:#fff; vertical-align:middle; margin:2px 0; }
|
svg { height:32px; width:32px; vertical-align:middle; margin:2px 0; }
|
||||||
|
svg:not([fill]) { fill:#fff; }
|
||||||
g.on { fill:red; }
|
g.on { fill:red; }
|
||||||
|
|
||||||
/* next lines are for remotecontrol */
|
/* next lines are for remotecontrol */
|
||||||
|
@ -77,8 +77,9 @@ span.sort-item-delete-link {
|
|||||||
.set .set { margin-bottom:2px; margin-top:3px; } /* timepicker */
|
.set .set { margin-bottom:2px; margin-top:3px; } /* timepicker */
|
||||||
|
|
||||||
pre { white-space: pre-wrap; }
|
pre { white-space: pre-wrap; }
|
||||||
svg { height:32px; width:32px;
|
svg { height:32px; width:32px; vertical-align:middle; margin:2px 0; }
|
||||||
fill:#278727; vertical-align:middle; margin:2px 0; }
|
svg:not([fill]) { fill:#278727; };
|
||||||
|
|
||||||
svg.on,svg.FS20_on { fill:orange; }
|
svg.on,svg.FS20_on { fill:orange; }
|
||||||
|
|
||||||
/* next lines are for remotecontrol */
|
/* next lines are for remotecontrol */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user