Skip to content

Commit

Permalink
Fix background color for dropdowns in Chrome browser
Browse files Browse the repository at this point in the history
  • Loading branch information
mstalfoort committed Nov 4, 2016
1 parent 23a4a26 commit 21c3689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/components/_components.TopBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

.c-TopBar__select {
-webkit-appearance: none;
background-color: transparent;
background-color: #EA8C55;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTUgNmgxMGwtNSA5LTUtOXoiPjwvcGF0aD48L3N2Zz4=);
background-origin: border-box;
background-position: right -5px center;
Expand All @@ -45,4 +45,4 @@
float: right;
margin-top: 8px;
}
}
}

0 comments on commit 21c3689

Please sign in to comment.