Skip to content

Commit

Permalink
fix(theme): dark theme dropdown select color
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Mar 16, 2019
1 parent 5828301 commit 53751bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sass/partials/tickets.sass
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ div#accountsTable_wrapper

.input-box
margin-bottom: 15px
select > option
background: $page_content_right_bg
color: automatic-text-color($page_content_right_bg)
border: 1px solid $page_content_border_color

.history-items
//height: 185px
Expand Down

0 comments on commit 53751bd

Please sign in to comment.