diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-23 22:03:35 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-23 22:03:35 +0000 |
commit | 4d9e208be1ae6311016e9c39e83b144720fbfa26 (patch) | |
tree | 22ad01199631f914961f64a0813ab0fe1ab25523 /themes/clear | |
parent | 130c83652ecb198347fb79a30df1596308f18d52 (diff) |
- more efficient css rules (according to pagespeed)
git-svn-id: http://piwigo.org/svn/trunk@8269 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/clear/theme.css | 6 |
1 files changed, 3 insertions, 3 deletions
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; |