From 7ca2630bfa96285bb3370ef0dd103a97c9fa85eb Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Wed, 28 Jan 2015 16:58:37 -0500 Subject: [PATCH] hover styles for calendar icon --- sass/widgets.scss | 15 ++++++++++----- style.css | 12 ++++++++++++ 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/sass/widgets.scss b/sass/widgets.scss index 9e39d89..d323e65 100644 --- a/sass/widgets.scss +++ b/sass/widgets.scss @@ -441,13 +441,18 @@ // hover styles &:hover { .uc-cal-event-month{ - + @if $parent == "#mega-footer" { + color: $megafooter-ecw-icon-month-color-hover !important; + } @else { + color: $ecw-icon-month-color-hover !important; + } } .uc-cal-event-day { - } - .uc-cal-event-title { - } - .uc-cal-event-time { + @if $parent == "#mega-footer" { + color: $megafooter-ecw-icon-day-color-hover !important; + } @else { + color: $ecw-icon-day-color-hover !important; + } } } diff --git a/style.css b/style.css index 2cd0114..ea3cee2 100644 --- a/style.css +++ b/style.css @@ -7234,6 +7234,12 @@ button.close { #content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { color: inherit !important; } +#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { + color: inherit !important; +} +#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-day { + color: inherit !important; +} #content .widget.uc-ecw .uc-listcal { padding-left: 3.7em !important; } @@ -8099,6 +8105,12 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { color: black !important; } +#mega-footer .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { + color: black !important; +} +#mega-footer .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-day { + color: black !important; +} #mega-footer .widget.uc-ecw .uc-listcal { padding-left: 3.7em !important; }