From 9a4517f657c9ddf3a2ed689d4c6af2fcab302de3 Mon Sep 17 00:00:00 2001 From: blackcatsandy <> Date: Tue, 14 Jul 2015 07:39:43 +0000 Subject: [PATCH] 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 --- fhem/www/pgm2/ios6touchpadstyle.css | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/fhem/www/pgm2/ios6touchpadstyle.css b/fhem/www/pgm2/ios6touchpadstyle.css index fd8877684..ba072db2a 100644 --- a/fhem/www/pgm2/ios6touchpadstyle.css +++ b/fhem/www/pgm2/ios6touchpadstyle.css @@ -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 {