From: Michal 'hramrach' Suchanek Date: Sat, 25 Feb 2012 14:17:23 +0000 (+0100) Subject: Bug 696352: Required fields have broken colors X-Git-Tag: bugzilla-4.3.1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d2a6bb9dbe3d30c367b871948e74d109efcb24b;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 0d137c18e4..066fa6b77c 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -485,6 +485,7 @@ th.required:before, span.required_star { } input.required, select.required, span.required_explanation { background-color: #fff7cd; + color: #000; } .calendar_button {