diff options
Diffstat (limited to 'template/yoga/theme/dark/theme.css')
-rw-r--r-- | template/yoga/theme/dark/theme.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 854cc48dd..7165bf6c3 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -1,7 +1,8 @@ /* $Id$ */ /* text color */ -BODY, H1, H3, DT { +BODY, H1, H3, DT, +INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#e0e0e0; } @@ -86,7 +87,7 @@ FIELDSET, INPUT, SELECT, TEXTAREA, } /* links */ -A, .rateButton { +A, INPUT.rateButton { color: #FFFFFF; } |