diff options
Diffstat (limited to '')
-rw-r--r-- | themes/clear/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/clear/theme.css b/themes/clear/theme.css index a75131f2d..f6d8ca258 100644 --- a/themes/clear/theme.css +++ b/themes/clear/theme.css @@ -1,12 +1,12 @@ /* text color */ -BODY, H1, H2, H3, DT, +BODY, H1, H2, DT, INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#696969; /* dimgray */ } /* backgrounds */ -BODY, H3 { +BODY { background-color: #ffffff; /* white */ } |