From c3df7f2705140e3830438db7a0dc24eaa1b5cf28 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 24 Nov 2010 20:42:56 +0000 Subject: css rules simplification - merged rules - remove overly qualified inefficient selectors etc... git-svn-id: http://piwigo.org/svn/trunk@7869 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/clear/theme.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'themes/clear/theme.css') diff --git a/themes/clear/theme.css b/themes/clear/theme.css index c59fb9718..0accaf6bd 100644 --- a/themes/clear/theme.css +++ b/themes/clear/theme.css @@ -1,7 +1,7 @@ /* text color */ BODY, H1, H2, H3, DT, -INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { +.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#696969; /* dimgray */ } @@ -36,11 +36,11 @@ FIELDSET, INPUT, SELECT, TEXTAREA, border: 1px solid gray; } -.content UL.thumbnails SPAN.wrap2 { +UL.thumbnails SPAN.wrap2 { border: 1px solid #aaaaaa; /* thumbnails border color and style */ } -.content UL.thumbnails SPAN.wrap2:hover, +UL.thumbnails SPAN.wrap2:hover, .content UL.thumbnailCategories DIV.thumbnailCategory:hover, .content UL.thumbnailCategories DIV.thumbnailCategory:hover A { background-color: #faebd7; @@ -49,12 +49,12 @@ FIELDSET, INPUT, SELECT, TEXTAREA, } /* links */ -A, INPUT.rateButton { +A, .rateButton { color: #005e89; background: transparent; } -A:hover, INPUT.rateButton:hover { +A:hover, .rateButton:hover { color: #858460; } -- cgit v1.2.3