better events-reminder theming

This commit is contained in:
friendica 2012-06-07 18:08:15 -07:00
parent ba2452a076
commit 52d90674ea
2 changed files with 13 additions and 4 deletions

View File

@ -35,5 +35,5 @@
}); });
}); });
</script> </script>
<div id="events-reminder"></div> <div id="events-reminder" class="$classtoday"></div>
<br> <br>

View File

@ -54,14 +54,23 @@ nav #site-location {
color: #000000; color: #000000;
} }
.fc { #events-reminder {
border-radius: 3px;
-moz-border-radius: 3px;
opacity: 0.3; opacity: 0.3;
filter:alpha(opacity=30); filter:alpha(opacity=30);
} }
.fc:hover { #events-reminder.birthday-today, #events-reminder.event-today {
opacity: 1.0; opacity: 1.0;
filter:alpha(opacity=100); filter:alpha(opacity=100);
box-shadow: 4px 4px 3px 0 #444444;
}
#events-reminder:hover {
opacity: 1.0;
filter:alpha(opacity=100);
box-shadow: 4px 4px 3px 0 #444444;
} }
.fc-event-skin { .fc-event-skin {
@ -79,7 +88,7 @@ nav #site-location {
box-shadow: 4px 4px 3px 0 #444444; box-shadow: 4px 4px 3px 0 #444444;
} }
.contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo, .fc, .profile-jot-text, .group-selected, .nets-selected, .fileas-selected, #profile-jot-submit, .categories-selected { .contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo, .profile-jot-text, .group-selected, .nets-selected, .fileas-selected, #profile-jot-submit, .categories-selected {
border-radius: 3px; border-radius: 3px;
-moz-border-radius: 3px; -moz-border-radius: 3px;
box-shadow: 4px 4px 3px 0 #444444; box-shadow: 4px 4px 3px 0 #444444;