diff options
Diffstat (limited to '')
-rw-r--r-- | themes/clear/theme.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/clear/theme.css b/themes/clear/theme.css index 0accaf6bd..dc690e1d9 100644 --- a/themes/clear/theme.css +++ b/themes/clear/theme.css @@ -1,7 +1,7 @@ /* text color */ BODY, H1, H2, H3, DT, -.rateButtonSelected /* <= why IE doesn't inherit this ? */ { +INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#696969; /* dimgray */ } @@ -49,12 +49,12 @@ UL.thumbnails SPAN.wrap2:hover, } /* links */ -A, .rateButton { +A, INPUT.rateButton { color: #005e89; background: transparent; } -A:hover, .rateButton:hover { +A:hover, INPUT.rateButton:hover { color: #858460; } |