diff options
author | Michal 'hramrach' Suchanek <hramrach@gmail.com> | 2012-02-25 15:17:23 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-02-25 15:17:23 +0100 |
commit | 4d2a6bb9dbe3d30c367b871948e74d109efcb24b (patch) | |
tree | 3dd8b35eee9a7a7ad9c6c3b6499094d650c3be06 /skins | |
parent | 34ea872f071debcbbe470f37ae515a5de3604622 (diff) | |
download | bugzilla-4d2a6bb9dbe3d30c367b871948e74d109efcb24b.tar.gz bugzilla-4d2a6bb9dbe3d30c367b871948e74d109efcb24b.tar.xz |
Bug 696352: Required fields have broken colors
r/a=LpSolit
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 0d137c18e..066fa6b77 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 { |