Skip to content

Commit

Permalink
Mic demo: add custom arrows to dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
melanierichards committed May 7, 2015
1 parent 97f2cda commit 1c0173b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 5 additions & 0 deletions microphone/images/mic-demo-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions microphone/images/mic-demo-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions microphone/styles/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,12 @@ input[type="radio"] + label {
.mic-controls select {
margin-top: 1.2rem;
border: 0 none;
background: #fff;
background: #fff url('../images/mic-demo-arrow.svg') no-repeat right 1rem center;
background-size: 9px 5px;
}

.mic-controls select:focus {
background: #d4fdfe;
background-color: #d4fdfe;
color: #000;
}

Expand Down

0 comments on commit 1c0173b

Please sign in to comment.