- 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
This commit is contained in:
rvelices
2012-03-27 20:05:37 +00:00
parent cc1d7fd3e6
commit 36290184dd
5 changed files with 30 additions and 37 deletions
+3 -3
View File
@@ -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 */
}