mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
Slider fix
git-svn-id: https://svn.fhem.de/fhem/trunk@2579 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c5c70802be
commit
2e49d2629e
@ -25,10 +25,16 @@ table { -moz-border-radius:8px; border-radius:8px; }
|
||||
table#room { border:1px solid gray; width: 100%; background: #D7FFFF; }
|
||||
table#room tr.sel { background: #A0FFFF; }
|
||||
|
||||
/* detail-selector & slider */
|
||||
select { margin-left:5px; margin-right:5px; }
|
||||
.set,.attr { margin-bottom:5px; float:left; }
|
||||
.slider { float:right; width:250px; height:26px; background:#F0F0D8;
|
||||
margin-top:3px; 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:#278727; text-align:center; }
|
||||
.downText { margin-top:6px; }
|
||||
.slider { float:left; width:250px; height:26px; }
|
||||
.set .slider { background:#F0F0D8; border-radius:8px; }
|
||||
/* timepicker */
|
||||
.set .set { margin-bottom:2px; margin-top:3px; }
|
||||
.changed { color:red; }
|
||||
|
||||
.handle { position:relative; cursor:pointer; width:50px;
|
||||
height:20px; line-height:20px; user-select:none;
|
||||
border:3px solid; color:#278727; text-align:center; }
|
||||
.downText { margin-top:2px; }
|
||||
|
Loading…
Reference in New Issue
Block a user