From bad80308ea2a987f34b44dca1912010f78f3341a Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 25 Nov 2010 21:26:29 +0000 Subject: -fix css rules - comment_list.tpl style was broken - picture_nav_buttons.tpl shorter javascript git-svn-id: http://piwigo.org/svn/trunk@7877 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/dark/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/dark') diff --git a/themes/dark/theme.css b/themes/dark/theme.css index e65b26264..56d441091 100644 --- a/themes/dark/theme.css +++ b/themes/dark/theme.css @@ -1,7 +1,7 @@ /* text color */ BODY, H1, H3, -.rateButtonSelected /* <= why IE doesn't inherit this ? */ { +INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#d0d0d0; } @@ -65,7 +65,7 @@ UL.thumbnails SPAN.wrap2:hover, /* links */ -A, .rateButton { +A, INPUT.rateButton { color: #fff; border: 0; } -- cgit v1.2.3