]> 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:19:07 +0000 (15:19 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 25 Feb 2012 14:19:07 +0000 (15:19 +0100)
r/a=LpSolit

skins/standard/global.css

index e8336d5c1d5bc258350a9eccb94d192d00c574a3..1a09dbc255b900cf875d76fef47a65e0335d1c52 100644 (file)
@@ -502,6 +502,7 @@ th.required:before, span.required_star {
 }
 input.required, select.required, span.required_explanation {
     background-color: #fff7cd;
+    color: #000;
 }
 
 .calendar_button {