Skip to content

Commit

Permalink
Add background color to method dropdown
Browse files Browse the repository at this point in the history
This fixes #23 where white is used by default on windows for transparent drop downs.
  • Loading branch information
jsargiot committed Jul 24, 2017
1 parent 65c6dc9 commit e37fabb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions restman/css/restman-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ body.dark-restman {
color: #FFF;
}

.dark-restman #Controls #Method {
/* Fix background defaulting to white on windows */
background-color: #424242;
}

.dark-restman #PanelRaw, .dark-restman #ResponsePanel {
border-color: #424242;
background-color: #212121;
Expand Down

0 comments on commit e37fabb

Please sign in to comment.