From 380a727f00b95eef5b61e4f139c9850f80993ddd Mon Sep 17 00:00:00 2001 From: dirkho <> Date: Mon, 9 Mar 2015 01:19:00 +0000 Subject: [PATCH] WebViewControl: first commit git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@8179 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/WebViewControl/www/pgm2/webviewcontrol.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/WebViewControl/www/pgm2/webviewcontrol.css b/contrib/WebViewControl/www/pgm2/webviewcontrol.css index b942e1bee..05cac1eec 100644 --- a/contrib/WebViewControl/www/pgm2/webviewcontrol.css +++ b/contrib/WebViewControl/www/pgm2/webviewcontrol.css @@ -10,7 +10,7 @@ input, textarea { .batteryIconWrapper .batteryIcon { display: block; - background: transparent url('../icons/batteryIconSprite.png') no-repeat; + background: transparent url('../images/default/batteryIconSprite.png') no-repeat; height: 32px; width: 18px; position: relative; @@ -59,7 +59,7 @@ input, textarea { .batteryIconWrapper .bat0 { background-position: 0 -98px; width: 18px; height: 32px} .batteryIconWrapper .acConnected { - background: transparent url('../icons/batteryIconSprite.png') no-repeat; + background: transparent url('../images/default/batteryIconSprite.png') no-repeat; background-position: -20px -98px; position: absolute; height: 31px; @@ -70,7 +70,7 @@ input, textarea { .onlineIconWrapper .onlineIcon { display: block; - background: transparent url('../icons/onlineIconSprite.png') no-repeat; + background: transparent url('../images/default/onlineIconSprite.png') no-repeat; background-position: -19px 0; height: 18px; width: 18px; @@ -107,7 +107,7 @@ input, textarea { } #voiceRecImg { - background: url('../icons/mic_sprite.png') no-repeat -2px -2px; + background: url('../images/default/mic_sprite.png') no-repeat -2px -2px; width: 180px; height: 180px; }