- reduced size of clear/wipi theme.css by combining selectors with identical
content - don't send comment/user notification to admin/adviser git-svn-id: http://piwigo.org/svn/trunk@1828 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
d9b6ce8e87
commit
1ddc82e510
3 changed files with 6 additions and 25 deletions
|
|
@ -174,7 +174,8 @@ from
|
|||
'.USER_INFOS_TABLE.' as I
|
||||
where
|
||||
I.user_id = U.'.$conf['user_fields']['id'].' and
|
||||
I.status in (\'webmaster\', \'admin\') and
|
||||
I.status in (\'webmaster\', \'admin\') and
|
||||
I.adviser = \'false\' and
|
||||
'.$conf['user_fields']['email'].' is not null
|
||||
order by
|
||||
username
|
||||
|
|
|
|||
|
|
@ -50,18 +50,8 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
|
|||
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.thumbnails SPAN.wrap2:hover,
|
||||
#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
|
||||
#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
|
||||
background-color: AntiqueWhite;
|
||||
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
|
||||
|
|
|
|||
|
|
@ -193,18 +193,8 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
|
|||
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 */
|
||||
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.thumbnails SPAN.wrap2:hover,
|
||||
#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
|
||||
#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
|
||||
background-color: #f92;
|
||||
border-color: #69c; /* thumbnails border color when mouse cursor is over it */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue