diff --git a/fhem/CHANGED b/fhem/CHANGED index 6a8cc8b0a..1a26f6933 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix: Dashboard: text alignment issue for ios6touchpadstyle. - change: 57_CALVIEW: -update fpr modi-management -the modes now can be set with attribute modes -thx to Risiko for patch diff --git a/fhem/www/pgm2/ios6dashboard.css b/fhem/www/pgm2/ios6dashboard.css index f634e7b42..cc7dbc869 100644 --- a/fhem/www/pgm2/ios6dashboard.css +++ b/fhem/www/pgm2/ios6dashboard.css @@ -255,10 +255,10 @@ background: none; } #dashboard .ui-state-default a {color: #333333;text-decoration: none;} #dashboard .ui-state-disabled {opacity: .35;filter:Alpha(Opacity=35);} -#dashboard .ui-state-active a {color: #ffffff;text-decoration: none;} -#dashboard .ui-state-hover {color: #ffffff;} +#dashboard .ui-state-active a {color: #000000!important;text-decoration: underline;} +#dashboard .ui-state-hover {color: #000000;} #dashboard .ui-state-hover a, -#dashboard .ui-state-focus a:hover {color: #ffffff;text-decoration: none;} +#dashboard .ui-state-focus a:hover {color: #000000;text-decoration: underline;} /* Dashboard Dialog ------------------------------------------------------------------------*/ @@ -364,10 +364,6 @@ a.evo-hist {margin-left: 6px;} padding: 0px; } -.col2 { - text-align: center; -} - .dashboard_widgetheader svg { margin-right: 5px; } @@ -403,7 +399,7 @@ a.evo-hist {margin-left: 6px;} padding: 5px 5px 5px 32px; } .dashboard_tabnav .ui-state-active a { - color: #666; + color: #888888 !important; } /* on nav hover */