diff options
Diffstat (limited to 'themes/dark/theme.css')
-rw-r--r-- | themes/dark/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/dark/theme.css b/themes/dark/theme.css index 99fa6c26a..04360e00a 100644 --- a/themes/dark/theme.css +++ b/themes/dark/theme.css @@ -1,6 +1,6 @@ /* text color */ -BODY, H1, H3, +BODY, H1, INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#d0d0d0; } @@ -13,7 +13,7 @@ H2, #menubar DT { /* backgrounds */ -BODY, H3, #imageToolBar A:hover { +BODY, #imageToolBar A:hover { background-color: #2f2f2f; } |