Skip to content

Commit

Permalink
hover styles for calendar icon
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Jan 28, 2015
1 parent 125a5e5 commit 7ca2630
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
15 changes: 10 additions & 5 deletions sass/widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}

Expand Down
12 changes: 12 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 7ca2630

Please sign in to comment.