mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
UX: Dark theme tweaks for Ember.Select
.
This commit is contained in:
parent
507c4ff777
commit
9f264d2477
1 changed files with 4 additions and 0 deletions
4
app/assets/stylesheets/common/base/ember-select.scss
Normal file
4
app/assets/stylesheets/common/base/ember-select.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
.ember-select {
|
||||
background-color: $secondary;
|
||||
color: $primary;
|
||||
}
|
Loading…
Reference in a new issue