]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 597762: When filing bugs, the validation messages do not draw enough attention...
authorGuy Pyrzak <guy.pyrzak@gmail.com>
Sat, 2 Oct 2010 23:19:20 +0000 (16:19 -0700)
committerGuy Pyrzak <guy.pyrzak@gmail.com>
Sat, 2 Oct 2010 23:19:20 +0000 (16:19 -0700)
r=mkanat, a=mkanat

skins/standard/global.css

index 7aef9eee5c18aefb534f00d2e57aeeb64e97807d..049ad8710df1b09bfcaad8d7535bbc3c1bed16b9 100644 (file)
@@ -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;
 }
 
 /*****************/