Issue #2503453 by mgifford, bobrov1989, rikki_iki, kattekrab, LewisNyman: Increase contrast on inline form error text
parent
b30fc4e9e3
commit
21dd7863a9
|
@ -277,5 +277,5 @@ input.form-submit:focus {
|
|||
|
||||
/* Form error message styles. */
|
||||
.form-item--error-message {
|
||||
color: #ea2800;
|
||||
color: #e32700;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue