]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 696352: Required fields have broken colors
authorMichal 'hramrach' Suchanek <hramrach@gmail.com>
Sat, 25 Feb 2012 14:21:17 +0000 (15:21 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 25 Feb 2012 14:21:17 +0000 (15:21 +0100)
r/a=LpSolit

skins/standard/global.css

index 8909445fd4145affcd4fa126526e3b452cd3aab0..e8377a0fb1844f67e2a20ba0324638b0a502470f 100644 (file)
@@ -492,6 +492,7 @@ th.required:before, span.required_star {
 }
 input.required, select.required, span.required_explanation {
     background-color: #fff7cd;
+    color: #000;
 }
 
 .calendar_button {