FIX: User card badge, interface language select2 dark theme

This commit is contained in:
Kane York 2015-08-18 15:05:05 -07:00
parent e81f21d848
commit e5f4020c75
1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,9 @@
border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
border-color: $tertiary; border-color: $tertiary;
} }
.select2-drop {
color: dark-light-diff($primary, $secondary, -50%, 50%);
}
.select2-drop-active { .select2-drop-active {
border: 1px solid $tertiary; border: 1px solid $tertiary;
border-top: 0; border-top: 0;