From 0a8cefaeb111c88fe08516f774386a916ea7fbd2 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 2 Nov 2015 17:58:37 +0100 Subject: fix button text color --- core/css/styles.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/css') diff --git a/core/css/styles.css b/core/css/styles.css index 1368d8bfa58..c75197f7650 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -774,6 +774,9 @@ html.ie8 #body-login form input[type="checkbox"] { color: #fff !important; font-weight: 600 !important; } +.error a.button { + color: #555 !important; +} .error pre { white-space: pre-wrap; text-align: left; -- cgit v1.2.3