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

fix button text color
This commit is contained in:
Thomas Müller 2015-11-02 21:48:50 +01:00
commit 0559b2092c

View file

@ -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;