mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 23:09:26 +00:00
Responsive iOS 6 Theme - ios6.js needs to be added in the config.
SVG and ErrMsg Fixes http://forum.fhem.de/index.php/topic,23406.msg166953.html#msg166953 git-svn-id: https://svn.fhem.de/fhem/trunk@8963 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2f0042012a
commit
9a4517f657
@ -311,11 +311,14 @@ pre {
|
|||||||
svg {
|
svg {
|
||||||
height:28px;
|
height:28px;
|
||||||
width:28px;
|
width:28px;
|
||||||
fill:#7b7b7b;
|
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
margin-right:5px
|
margin-right:5px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
svg:not([fill]) {
|
||||||
|
fill:#7b7b7b;
|
||||||
|
}
|
||||||
|
|
||||||
svg.on,svg.FS20_on {
|
svg.on,svg.FS20_on {
|
||||||
fill:orange
|
fill:orange
|
||||||
}
|
}
|
||||||
@ -510,7 +513,6 @@ table.room tr.sel a svg {
|
|||||||
|
|
||||||
#errmsg {
|
#errmsg {
|
||||||
padding:6px;
|
padding:6px;
|
||||||
width:100%;
|
|
||||||
color:#fff;
|
color:#fff;
|
||||||
font-weight:700;
|
font-weight:700;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user