diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-03 16:55:42 +0300 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-03 16:58:48 +0300 |
commit | 3c13afee9837db9ba11f98ec8688f8a1163b81f1 (patch) | |
tree | 3bc87d2cca705d83b4efdac2f84ae67e1175378b /core/css | |
parent | f3e0cbdeed97ff465dc7cd7935035ccfe096bd4f (diff) | |
download | nextcloud-server-3c13afee9837db9ba11f98ec8688f8a1163b81f1.tar.gz nextcloud-server-3c13afee9837db9ba11f98ec8688f8a1163b81f1.zip |
better style and color for warning and success feedback on inputs
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index f200bd68a77..d9c03f2c080 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -405,7 +405,7 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; } #body-login .warning, #body-login .update, #body-login .error { display: block; padding: 10px; - color: #dd3b3b; + color: #d2322d; background-color: rgba(0,0,0,.3); text-align: center; border-radius: 3px; @@ -422,7 +422,7 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; } .warning legend, .warning a, .error a { - color: #dd3b3b !important; + color: #d2322d !important; font-weight: bold; } .error pre { |