fix unreadable label in warning box

This commit is contained in:
Morris Jobke 2014-11-11 15:14:04 +01:00 committed by Lukas Reschke
parent f530865b3d
commit 68e77f4659
1 changed files with 6 additions and 0 deletions

View File

@ -353,6 +353,12 @@ input[type="submit"].enabled {
filter: alpha(opacity=60);
opacity: .6;
}
/* overrides another !important statement that sets this to unreadable black */
#body-login form .warning input[type="checkbox"]:hover+label,
#body-login form .warning input[type="checkbox"]:focus+label,
#body-login form .warning input[type="checkbox"]+label {
color: #fff !important;
}
#body-login .update h2 {
font-size: 20px;