Skip to content

Commit

Permalink
Added styles for new date jumper
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Apr 23, 2016
1 parent 9b8f218 commit 567e550
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions scss/modules/menu/_calendar.scss
Expand Up @@ -80,3 +80,28 @@
}
}
}

#menu {
&.date_picker {
.pickmeup {
.pmu-instance .pmu-button:not(.pmu-disabled):hover,
.pmu-selected {
background: $color-shade-light;
}
}

li.date_picker_item {
a {
color: $base-font-color;

&:hover {
color: $base-font-color;
}
}

&.highlighted a {
color: $color-highlight;
}
}
}
}

0 comments on commit 567e550

Please sign in to comment.