From 95bd877628e1358adea5d2d8ee334e78ca64fa73 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Tue, 9 Jul 2013 15:59:35 +0000 Subject: [PATCH] darkstyle.css: input/button/slider adjustments by Uli git-svn-id: https://svn.fhem.de/fhem/trunk@3400 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/darkstyle.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fhem/www/pgm2/darkstyle.css b/fhem/www/pgm2/darkstyle.css index 1bd79faef..916b4f432 100644 --- a/fhem/www/pgm2/darkstyle.css +++ b/fhem/www/pgm2/darkstyle.css @@ -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; }