diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-08-18 16:40:32 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-08-18 17:18:24 +0200 |
commit | be7cb7298af0c01442653298c0b4d77db0d331bf (patch) | |
tree | 712ab9c37dda3cd89e1384f878aa7099e697fbfc | |
parent | 86009a564e45553efef23444c435d20235095463 (diff) | |
download | nextcloud-server-be7cb7298af0c01442653298c0b4d77db0d331bf.tar.gz nextcloud-server-be7cb7298af0c01442653298c0b4d77db0d331bf.zip |
fix color of links in warnings, fix #10480
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 19db3c83bfa..8e4154bcb3e 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 { |