diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-08 13:37:57 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-08 13:38:50 +0100 |
commit | a26e66b232990ad6d767c821dc362e0453af6d62 (patch) | |
tree | 06332f784752ca8dd03a398241a6c8b9af752bd5 /core/css | |
parent | 59249ebc0ca3731711ee99d591742164b32d0cdd (diff) | |
download | nextcloud-server-a26e66b232990ad6d767c821dc362e0453af6d62.tar.gz nextcloud-server-a26e66b232990ad6d767c821dc362e0453af6d62.zip |
improve and shorten security warning, add link to docs, fix #1342
Diffstat (limited to 'core/css')
-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 cefab2d49ff..fd74ffc5981 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -210,6 +210,7 @@ fieldset.warning { border-radius:5px; } fieldset.warning legend { color:#b94a48 !important; } +fieldset.warning a { color:#b94a48 !important; font-weight:bold; } /* Alternative Logins */ #alternative-logins legend { margin-bottom:10px; } |