Merge pull request #20232 from owncloud/error-button-color
fix button text color
This commit is contained in:
commit
0559b2092c
1 changed files with 3 additions and 0 deletions
|
@ -775,6 +775,9 @@ html.ie8 #body-login form input[type="checkbox"] {
|
|||
color: #fff !important;
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
.error a.button {
|
||||
color: #555 !important;
|
||||
}
|
||||
.error pre {
|
||||
white-space: pre-wrap;
|
||||
text-align: left;
|
||||
|
|
Loading…
Reference in a new issue