diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-08-15 13:26:10 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-08-15 13:26:10 +0200 |
commit | a6fff70a7cb591b8b011af5da0e2367d9739ff84 (patch) | |
tree | f195b71a354cc49db11bb5a3b11e2e45c4a96856 | |
parent | 93f5e90c9f92e165b159bfffc80820863c55654c (diff) | |
parent | 61c788f9dcccbbbc7310ffc432f4556059c9d67b (diff) | |
download | nextcloud-server-a6fff70a7cb591b8b011af5da0e2367d9739ff84.tar.gz nextcloud-server-a6fff70a7cb591b8b011af5da0e2367d9739ff84.zip |
Merge pull request #10439 from owncloud/design-fix-contrast
change error text color to white for better contrast, fix #10424
-rw-r--r-- | core/css/styles.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 230ecf9744a..e827f93faf6 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -567,8 +567,8 @@ label.infield { #body-login .warning, #body-login .update, #body-login .error { display: block; padding: 10px; - color: #d2322d; background-color: rgba(0,0,0,.3); + color: #fff; text-align: left; border-radius: 3px; cursor: default; @@ -598,8 +598,7 @@ label.infield { .warning legend, .warning a, .error a { - color: #d2322d !important; - font-weight: bold; + font-weight: bold !important; } .error pre { white-space: pre-wrap; |