From: Guy Pyrzak Date: Sat, 2 Oct 2010 23:21:29 +0000 (-0700) Subject: Bug 597762: When filing bugs, the validation messages do not draw enough attention... X-Git-Tag: bugzilla-4.1.1~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b97716803c8247cf7d625590ba67aea631dc8c7b;p=thirdparty%2Fbugzilla.git Bug 597762: When filing bugs, the validation messages do not draw enough attention to themselves r=mkanat, a=mkanat --- diff --git a/skins/standard/global.css b/skins/standard/global.css index feb21b535f..5c11b82fa3 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -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; } /*****************/