2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +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:
blackcatsandy 2015-07-14 07:39:43 +00:00
parent 2f0042012a
commit 9a4517f657

View File

@ -311,11 +311,14 @@ pre {
svg {
height:28px;
width:28px;
fill:#7b7b7b;
vertical-align:middle;
margin-right:5px
}
svg:not([fill]) {
fill:#7b7b7b;
}
svg.on,svg.FS20_on {
fill:orange
}
@ -510,7 +513,6 @@ table.room tr.sel a svg {
#errmsg {
padding:6px;
width:100%;
color:#fff;
font-weight:700;
position:absolute;