diff options
Diffstat (limited to 'template/yoga/theme/clear')
-rw-r--r-- | template/yoga/theme/clear/theme.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index 56da48326..d49ec0322 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -1,7 +1,8 @@ /* $Id$ */ /* text color */ -BODY, H1, H2, H3, DT { +BODY, H1, H2, H3, DT, +INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#696969; /* dimgray */ } @@ -53,12 +54,12 @@ FIELDSET, INPUT, SELECT, TEXTAREA, } /* links */ -A, .rateButton { +A, INPUT.rateButton { color: #005e89; background: transparent; } -A:hover { +A:hover, INPUT.rateButton:hover { color: #858460; } |