Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-08-15 12:51:39 +0400
committerMorris Jobke <hey@morrisjobke.de>2014-08-15 16:21:58 +0400
commited6365af4aa517038b5f5a8b9c4b14ddea63cde2 (patch)
treeb9a2bfc492cf6bd3fc2837091c7b1e7d473b365b /core/css/styles.css
parent8cd5e652deeb144f614c9b4eff9579971a8292f1 (diff)
change error text color to white for better contrast, fix #10424
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 0112fba3389..19db3c83bfa 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;