From 36290184dd8b78bd3f11c5b320c20b203a93b4f8 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 27 Mar 2012 20:05:37 +0000 Subject: - remove unnecessary classes switchSelected switchUnselected (same effect acheved through visibility) - remove unused css git-svn-id: http://piwigo.org/svn/trunk@13773 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/dark/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/dark') diff --git a/themes/dark/theme.css b/themes/dark/theme.css index aba4fb2a1..99fa6c26a 100644 --- a/themes/dark/theme.css +++ b/themes/dark/theme.css @@ -39,7 +39,7 @@ BODY, H3, #imageToolBar A:hover { } FIELDSET, INPUT, SELECT, TEXTAREA, -.content .thumbnailCategory , +.thumbnailCategory , .content .commentElement , .thumbnails .wrap2 { border: 1px solid gray; @@ -47,8 +47,8 @@ FIELDSET, INPUT, SELECT, TEXTAREA, .thumbnails .wrap2:hover, -.content .thumbnailCategories .thumbnailCategory:hover, -.content .commentsList .commentElement:hover{ +.thumbnailCategory:hover, +.content .commentElement:hover{ border-color: yellow; /* thumbnails border color when mouse cursor is over it */ } -- cgit v1.2.3