2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +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 { 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
} }
@ -509,15 +512,14 @@ 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; top:5px;
top:5px; left:225px;
left:225px; z-index:99;
z-index:99; text-shadow:0 1px #000
text-shadow:0 1px #000
} }
.devType,.devType a,.makeTable,.makeTable a { .devType,.devType a,.makeTable,.makeTable a {