From 7e35acd1cd9e75678dea76ca37e61d275ad210a0 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 29 Jul 2006 09:57:24 +0000 Subject: fix bug 484 : (again) fix rateButtons display broken by svn:1491 fix radio and checkbox display with Opera and IE (related to bug 490) git-svn-id: http://piwigo.org/svn/trunk@1515 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/clear/theme.css | 7 ++++--- template/yoga/theme/dark/theme.css | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'template/yoga/theme') 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; } 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; } -- cgit v1.2.3