aboutsummaryrefslogtreecommitdiffstats
path: root/themes/dark
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-03-27 20:05:37 +0000
committerrvelices <rv-github@modusoptimus.com>2012-03-27 20:05:37 +0000
commit36290184dd8b78bd3f11c5b320c20b203a93b4f8 (patch)
treebc4c39da3d630aac6e397a6a81caed66b7bbc7b7 /themes/dark
parentcc1d7fd3e658b48afd49d585b9a43fff5674d045 (diff)
- 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
Diffstat (limited to 'themes/dark')
-rw-r--r--themes/dark/theme.css6
1 files changed, 3 insertions, 3 deletions
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 */
}