UX: Dark theme tweaks for `Ember.Select`.

This commit is contained in:
Guo Xiang Tan 2016-04-18 09:36:33 +08:00
parent 507c4ff777
commit 9f264d2477
No known key found for this signature in database
GPG Key ID: 19C321C8952B0F72
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
.ember-select {
background-color: $secondary;
color: $primary;
}