]> 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:21:29 +0000 (16:21 -0700)
committerGuy Pyrzak <guy.pyrzak@gmail.com>
Sat, 2 Oct 2010 23:21:29 +0000 (16:21 -0700)
r=mkanat, a=mkanat

skins/standard/global.css

index feb21b535fe68cf1d73be537220af17ef2054906..5c11b82fa33b95ffa17a505d5419a72fb2c5927a 100644 (file)
@@ -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;
 }
 
 /*****************/