diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-02-29 22:38:42 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-02-29 22:38:42 +0100 |
commit | 07fbbbb38bdb82896d39d32d6d5fdecbec53cbb6 (patch) | |
tree | b3b59e68e5fe63e5c58aa5dd8a3558893d19fb4d /skins | |
parent | bd9b4e99a6f4640c155468aea101db32ba9559b8 (diff) | |
parent | bda60403ea62b195b678dff88387d9b392c7f4be (diff) | |
download | bugzilla-07fbbbb38bdb82896d39d32d6d5fdecbec53cbb6.tar.gz bugzilla-07fbbbb38bdb82896d39d32d6d5fdecbec53cbb6.tar.xz |
merged with bugzilla/4.2
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 537477296..49842554e 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 { |