From bb84a4f63d2ea3d35f99bbee505e8409c38eb786 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Wed, 2 May 2012 09:38:12 +0000 Subject: [PATCH] slider changes from Hary. git-svn-id: https://svn.fhem.de/fhem/trunk@1522 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/webfrontend/pgm2/darkstyle.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/fhem/webfrontend/pgm2/darkstyle.css b/fhem/webfrontend/pgm2/darkstyle.css index c1d3e78cb..825dff74a 100644 --- a/fhem/webfrontend/pgm2/darkstyle.css +++ b/fhem/webfrontend/pgm2/darkstyle.css @@ -37,9 +37,10 @@ h2,h3,h4 { color:#EEE; line-height:1.3; margin-top:1.5em; font-family:Verdana; } select.attr,input.attr,select.set,input.set { margin-bottom:10px; } a img { border-style:none; } -.set,.attr { margin-bottom:10px; float:left; } -.slider { float:right; width:250px; height:26px; background:#F0F0D8; - margin-left:10px; -moz-border-radius:8px; border-radius:8px; } -.handle { position:absolute; cursor:pointer; width:50px; height:20px; line-height:20px; - border:3px solid; color:white; text-align:center; } +set,.attr { margin-bottom:10px; float:left; } +.slider { float:right; width:250px; height:26px;} +.set .slider { margin-left:10px; background:#101010; + -moz-border-radius:8px; border-radius:8px; } +.handle { position:relative; cursor:pointer; width:50px; height:20px; + line-height:20px; border:3px solid; color:white; text-align:center; } .downText { margin-top:2px; }