Skip to content

Commit

Permalink
DevTools: fix toolbar <select> background in Dark theme
Browse files Browse the repository at this point in the history
BUG=572706
[email protected]

Review URL: https://codereview.chromium.org/1567203004

Cr-Commit-Position: refs/heads/master@{#368523}
  • Loading branch information
caseq authored and Commit bot committed Jan 9, 2016
1 parent c335daa commit 399bbc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front_end/ui/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ select.toolbar-item {
padding: 0 15px 0 5px;
margin-right: -10px;
position: relative;
background-color: white;
}

/* Input */
Expand Down

0 comments on commit 399bbc9

Please sign in to comment.