Skip to content
Snippets Groups Projects
Commit a6fff70a authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #10439 from owncloud/design-fix-contrast

change error text color to white for better contrast, fix #10424
parents 93f5e90c 61c788f9
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment