Skip to content

Commit

Permalink
Update styles for member selection filters
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Feb 12, 2017
1 parent ca9afea commit 7aa2030
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions scss/modules/menu/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,22 @@
border-top: 1px solid $color-shade-dark;
}
}

#monkey_scroll_wrapper_for_menu_items_scroller {
background: $color-shade-dark;
}

#menu_list_container {
#menu_list .menu_list_item {
a {
color: $base-font-color;
}

&.active a {
background: $color-shade-light;
color: $base-font-color;
text-shadow: 0 1px 0 $color-shadow-light;
}
}
}
}

0 comments on commit 7aa2030

Please sign in to comment.