From: Guy Pyrzak Date: Sat, 2 Oct 2010 23:19:20 +0000 (-0700) Subject: Bug 597762: When filing bugs, the validation messages do not draw enough attention... X-Git-Tag: bugzilla-4.0rc1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c13769276eb0040c41e5e14454919e041988c68c;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 7aef9eee5c..049ad8710d 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -539,12 +539,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; } /*****************/