From 68e77f46598429e1d8a96f668e5065e5fce362ce Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 11 Nov 2014 15:14:04 +0100 Subject: [PATCH] fix unreadable label in warning box --- core/css/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/css/styles.css b/core/css/styles.css index c45588cece..2859399b59 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -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;