aboutsummaryrefslogtreecommitdiffstats
path: root/themes/dark
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-12-26 06:21:26 +0000
committerrvelices <rv-github@modusoptimus.com>2010-12-26 06:21:26 +0000
commitad09493926b6067f316ffdbf2220fb17be2308da (patch)
treeb0caaf4409bf03820e28d20facd901656d5c8f2f /themes/dark
parent61d07ecd8e6ca35b0c852540df97589ba8c27530 (diff)
simplify inefficient CSS rules according to pagespeed
git-svn-id: http://piwigo.org/svn/trunk@8306 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/dark')
-rw-r--r--themes/dark/theme.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/dark/theme.css b/themes/dark/theme.css
index 66fd8dd20..386c94379 100644
--- a/themes/dark/theme.css
+++ b/themes/dark/theme.css
@@ -51,13 +51,13 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
border: 1px solid gray;
}
-UL.thumbnails SPAN.wrap2 {
+.thumbnails .wrap2 {
border: 1px solid #aaaaaa; /* thumbnails border color and style */
}
-UL.thumbnails SPAN.wrap2:hover,
-.content UL.thumbnailCategories .thumbnailCategory:hover,
-.content UL.thumbnailCategories .thumbnailCategory:hover A {
+.thumbnails .wrap2:hover,
+.content .thumbnailCategories .thumbnailCategory:hover,
+.content .thumbnailCategories .thumbnailCategory:hover A {
background-color: #faebd7;
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
color: black;