mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
darkstyle.css: input/button/slider adjustments by Uli
git-svn-id: https://svn.fhem.de/fhem/trunk@3400 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5c9c9a8681
commit
21dff334a4
@ -25,6 +25,8 @@ input {outline:none; background-color: #111111;
|
||||
border: 1px solid #ffffff; color: #cccccc; padding:5px;
|
||||
margin-left: 10px; border-radius:8px; box-shadow: 5px 5px 5px #000000;}
|
||||
input:focus {border: 1px solid red;}
|
||||
input:disabled {color: #808080; }
|
||||
input[type="submit"] { background-color: #353535; border-style:outset; border-width:2px }
|
||||
|
||||
textarea {min-width:1000px; background-color: #111111;
|
||||
border: 1px solid #ffffff; color: #cccccc;
|
||||
@ -54,6 +56,8 @@ select { margin-left:5px; margin-right:5px; }
|
||||
.set .slider { background:#101010; border-radius:8px; }
|
||||
/* timepicker */
|
||||
.set .set { margin-bottom:2px; margin-top:3px; }
|
||||
.slider { margin-left:10px; float:left; width:250px; height:26px;
|
||||
border-style:solid; border-width:2px; border-color:#555555 }
|
||||
|
||||
.handle { position:relative; cursor:pointer; width:50px;
|
||||
height:20px; line-height:20px;
|
||||
@ -61,6 +65,8 @@ select { margin-left:5px; margin-right:5px; }
|
||||
border:2px solid; color:white; text-align:center; }
|
||||
.downText { margin-top:2px; }
|
||||
|
||||
|
||||
|
||||
svg { height:32px; width:32px; fill:#fff; }
|
||||
g.on { fill:red; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user