diff options
-rw-r--r-- | include/functions_mail.inc.php | 3 | ||||
-rw-r--r-- | template/yoga/theme/clear/theme.css | 14 | ||||
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 14 |
3 files changed, 6 insertions, 25 deletions
diff --git a/include/functions_mail.inc.php b/include/functions_mail.inc.php index f26af9a83..7307781f2 100644 --- a/include/functions_mail.inc.php +++ b/include/functions_mail.inc.php @@ -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 diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index 511be2c69..f4640473a 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -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 */ diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index fb337d9cf..2150a5b35 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -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 */
|