From 58cb0697d6d807f875dd6d5d6edb09a273911017 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 18 Aug 2014 16:40:32 +0200 Subject: [PATCH] fix color of links in warnings, fix #10480 --- core/css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/styles.css b/core/css/styles.css index e827f93faf6..f1ce49cfe20 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -598,6 +598,7 @@ label.infield { .warning legend, .warning a, .error a { + color: #fff !important; font-weight: bold !important; } .error pre { -- 2.39.5