Commit b9771680 authored by Guy Pyrzak's avatar Guy Pyrzak

Bug 597762: When filing bugs, the validation messages do not draw enough attention to themselves

r=mkanat, a=mkanat
parent 7e3b3b40
......@@ -551,12 +551,13 @@ input.required, select.required, span.required_explanation {
.validation_error_text {
font-size: 120%;
color: #152446;
color: #B70000;
font-weight: bold;
}
.validation_error_field {
border: 2px solid #152446;
.validation_error_field, input.validation_error_field {
border: 2px solid #B70000;
background-color: #FFEBEB;
}
/*****************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment