From: Jan-Christoph Borchardt Date: Mon, 18 Aug 2014 14:40:32 +0000 (+0200) Subject: fix color of links in warnings, fix #10480 X-Git-Tag: v8.0.0alpha1~877^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=58cb0697d6d807f875dd6d5d6edb09a273911017;p=nextcloud-server.git fix color of links in warnings, fix #10480 --- 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 {