Skip to content

Commit

Permalink
Add styles for team switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed May 28, 2016
1 parent 151d600 commit eeb769f
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions scss/pages/_website.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,40 @@ table.mini {
}
}

.menu_launcher,
.menu_launcher_large {
background-color: $color-shade-light;
border: 1px solid $color-base;
color: $base-font-color;
}

.menu_launcher_large {
border: 1px solid $color-base;
}

.menu.avatar_menu ul li {
&:hover ts-icon {
background: $color-shade-light;
color: $base-font-color;
}

a {
img,
ts-icon {
background-color: $color-shade-light;
color: $base-font-color;
}
}
}

.avatar_menu_signin_item {
color: $color-highlight;

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

html.no_touch {
.action_cog:hover {
color: $base-link-color;
Expand Down

0 comments on commit eeb769f

Please sign in to comment.