From: Michal 'hramrach' Suchanek Date: Sat, 25 Feb 2012 14:19:07 +0000 (+0100) Subject: Bug 696352: Required fields have broken colors X-Git-Tag: bugzilla-4.2.1~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1b309b7d5cb8e07a9840baca4799c52ce158813;p=thirdparty%2Fbugzilla.git Bug 696352: Required fields have broken colors r/a=LpSolit --- diff --git a/skins/standard/global.css b/skins/standard/global.css index e8336d5c1d..1a09dbc255 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -502,6 +502,7 @@ th.required:before, span.required_star { } input.required, select.required, span.required_explanation { background-color: #fff7cd; + color: #000; } .calendar_button {