Issue #2503453 by mgifford, bobrov1989, rikki_iki, kattekrab, LewisNyman: Increase contrast on inline form error text

8.0.x
Alex Pott 2015-07-30 17:52:05 +01:00
parent b30fc4e9e3
commit 21dd7863a9
2 changed files with 2 additions and 2 deletions

View File

@ -277,5 +277,5 @@ input.form-submit:focus {
/* Form error message styles. */
.form-item--error-message {
color: #ea2800;
color: #e32700;
}

View File

@ -98,7 +98,7 @@ label[for] {
}
.form-item--error-message {
margin-top: 0.15em;
color: #ea2800;
color: #e32700;
}
.fieldset-wrapper > .form-item--error-message {
margin-top: 0;