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; }