From 4d9e208be1ae6311016e9c39e83b144720fbfa26 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 23 Dec 2010 22:03:35 +0000 Subject: - more efficient css rules (according to pagespeed) git-svn-id: http://piwigo.org/svn/trunk@8269 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/clear/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/clear') diff --git a/themes/clear/theme.css b/themes/clear/theme.css index 8a398b802..966a7344c 100644 --- a/themes/clear/theme.css +++ b/themes/clear/theme.css @@ -32,7 +32,7 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover { } FIELDSET, INPUT, SELECT, TEXTAREA, -.content DIV.thumbnailCategory { +.content .thumbnailCategory { border: 1px solid gray; } @@ -41,8 +41,8 @@ UL.thumbnails SPAN.wrap2 { } UL.thumbnails SPAN.wrap2:hover, -.content UL.thumbnailCategories DIV.thumbnailCategory:hover, -.content UL.thumbnailCategories DIV.thumbnailCategory:hover A { +.content UL.thumbnailCategories .thumbnailCategory:hover, +.content UL.thumbnailCategories .thumbnailCategory:hover A { background-color: #faebd7; border-color: yellow; /* thumbnails border color when mouse cursor is over it */ color: black; -- cgit v1.2.3