mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 00:23:40 +02:00
Hover touch experiment on themes!
git-svn-id: http://piwigo.org/svn/trunk@1812 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -49,8 +49,23 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
|
||||
-moz-border-radius: 4px; /* round corners with Geko */
|
||||
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
|
||||
}
|
||||
|
||||
#content UL.thumbnails SPAN.wrap2:hover {
|
||||
background-color: AntiqueWhite;
|
||||
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
|
||||
color: black;
|
||||
}
|
||||
|
||||
#content UL.thumbnailCategories DIV.thumbnailCategory:hover {
|
||||
background-color: AntiqueWhite;
|
||||
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
|
||||
color: black;
|
||||
}
|
||||
|
||||
#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
|
||||
background-color: AntiqueWhite;
|
||||
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* links */
|
||||
|
||||
@@ -82,8 +82,23 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
|
||||
-moz-border-radius: 4px; /* round corners with Geko */
|
||||
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
|
||||
}
|
||||
|
||||
#content UL.thumbnails SPAN.wrap2:hover {
|
||||
background-color: AntiqueWhite;
|
||||
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
|
||||
color: black;
|
||||
}
|
||||
|
||||
#content UL.thumbnailCategories DIV.thumbnailCategory:hover {
|
||||
background-color: AntiqueWhite;
|
||||
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
|
||||
color: black;
|
||||
}
|
||||
|
||||
#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
|
||||
background-color: AntiqueWhite;
|
||||
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* links */
|
||||
|
||||
@@ -192,10 +192,25 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
|
||||
-moz-border-radius: 4px; /* round corners with Geko */
|
||||
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
|
||||
}
|
||||
|
||||
#content UL.thumbnails SPAN.wrap2:hover {
|
||||
background-color: #f92;
|
||||
border-color: #69c; /* thumbnails border color when mouse cursor is over it */
|
||||
background-color: #080808;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#content UL.thumbnailCategories DIV.thumbnailCategory:hover {
|
||||
background-color: #f92;
|
||||
border-color: #69c; /* thumbnails border color when mouse cursor is over it */
|
||||
color: black;
|
||||
}
|
||||
|
||||
#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
|
||||
background-color: #f92;
|
||||
border-color: #69c; /* thumbnails border color when mouse cursor is over it */
|
||||
color: black;
|
||||
}
|
||||
|
||||
#menubar .buttonmenu {
|
||||
margin: 0 2px;
|
||||
width: auto;
|
||||
|
||||
Reference in New Issue
Block a user