fix button text color

This commit is contained in:
Jan-Christoph Borchardt 2015-11-02 17:58:37 +01:00
parent d7ed353814
commit 0a8cefaeb1

View File

@ -774,6 +774,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;