From 4069caa7fde4fbf97259ab86adcdd82a09172133 Mon Sep 17 00:00:00 2001 From: blackcatsandy <> Date: Thu, 5 Jun 2014 14:30:56 +0000 Subject: [PATCH] iOS 6 Theme for FHEM - Dashboard changes: Forum #23406, Entry #166953 from Blackcat git-svn-id: https://svn.fhem.de/fhem/trunk@6070 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/ios6Common.css | 4 ++++ fhem/www/pgm2/ios6dashboard.css | 19 +++++++++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/fhem/www/pgm2/ios6Common.css b/fhem/www/pgm2/ios6Common.css index db80236c1..b76ab92f6 100644 --- a/fhem/www/pgm2/ios6Common.css +++ b/fhem/www/pgm2/ios6Common.css @@ -16,6 +16,10 @@ color:#000000 !important; text-shadow: 0px 1px #FFFFFF !important; } +.ui-widget-content { + background:none !important; + color:inherit !important; +} .ui-dialog table { border-spacing:5px!important; margin:0px!important; diff --git a/fhem/www/pgm2/ios6dashboard.css b/fhem/www/pgm2/ios6dashboard.css index 355cab738..ae1d29b3a 100644 --- a/fhem/www/pgm2/ios6dashboard.css +++ b/fhem/www/pgm2/ios6dashboard.css @@ -172,6 +172,10 @@ overflow: visible !important; position: absolute;top: 0;left: 0;padding: .2em !important;outline: 0;border: 1px solid #FFFFFF;z-index: 100; display: inline-block !important; } +#dashboard-dialog input[type="text"] { +min-width:80px !important; +width:70% !important; +} #dashboard-dialog .ui-dialog-content {padding: 0;} #dashboard-dialog .ui-widget-header { padding: 5px;} @@ -211,8 +215,19 @@ padding: 5px; /* Colorpicker ------------------------------------------------------------------------*/ -.evo-pop {-index: 10000; width: 204px;padding: 3px 3px 0;border: 1px solid;} -.evo-pop-ie {z-index: 10000;width: 212px;padding: 3px;} +.evo-pop {-index: 10000; + width: 225px; + padding: 3px 3px 0; + background-color:#fefefe; + border: 1px #999999 solid; + } +.evo-pop-ie {z-index: 10000; +width: 225px; +padding: 3px; +background-color:#fefefe; +border: 1px #999999 solid; + +} .evo-palette td {font-size: 1px;border: solid 1px #c0c0c0;padding: 7px;cursor: pointer;} .evo-palette tr.top td {border-bottom: 0;} .evo-palette tr.in td {border-top: 0;border-bottom: 0;}