mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
- 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:
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user