2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

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
This commit is contained in:
blackcatsandy 2014-06-05 14:30:56 +00:00
parent 09010cada1
commit 4069caa7fd
2 changed files with 21 additions and 2 deletions

View File

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

View File

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