Merge pull request #20232 from owncloud/error-button-color

fix button text color
remotes/origin/exclude_directories_III
Thomas Müller 2015-11-02 21:48:50 +07:00
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;