diff options
Diffstat (limited to 'template/yoga/theme/dark')
-rw-r--r-- | template/yoga/theme/dark/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index a99458458..f8f3c4fc8 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -1,7 +1,7 @@ /* $Id$ */ /* text color */ -BODY, H1, H3, DT, +BODY, H1, H3, INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#d0d0d0; } |