mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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 {
|
||||
height:28px;
|
||||
width:28px;
|
||||
fill:#7b7b7b;
|
||||
vertical-align:middle;
|
||||
margin-right:5px
|
||||
}
|
||||
|
||||
svg:not([fill]) {
|
||||
fill:#7b7b7b;
|
||||
}
|
||||
|
||||
svg.on,svg.FS20_on {
|
||||
fill:orange
|
||||
}
|
||||
@ -509,15 +512,14 @@ table.room tr.sel a svg {
|
||||
}
|
||||
|
||||
#errmsg {
|
||||
padding:6px;
|
||||
width:100%;
|
||||
color:#fff;
|
||||
font-weight:700;
|
||||
position:absolute;
|
||||
top:5px;
|
||||
left:225px;
|
||||
z-index:99;
|
||||
text-shadow:0 1px #000
|
||||
padding:6px;
|
||||
color:#fff;
|
||||
font-weight:700;
|
||||
position:absolute;
|
||||
top:5px;
|
||||
left:225px;
|
||||
z-index:99;
|
||||
text-shadow:0 1px #000
|
||||
}
|
||||
|
||||
.devType,.devType a,.makeTable,.makeTable a {
|
||||
|
Loading…
Reference in New Issue
Block a user