mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Dashboard: fixed text alignment issue in ios6touchpad style
git-svn-id: https://svn.fhem.de/fhem/trunk@8968 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
41e2c9015e
commit
47fac411b7
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user