Skip to content

Commit

Permalink
Merge pull request #1704 from Adnan0703/invisible-select-list-items-fix
Browse files Browse the repository at this point in the history
fixes invisible select list items
  • Loading branch information
crossan007 authored Jan 17, 2017
2 parents 39ba17c + e1b4b31 commit 9e0fc5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/skin/scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ input, .c-checkbox, .c-radio, .input-group {
padding-bottom: 4px;
}
}

select {
color: #555;
}

0 comments on commit 9e0fc5e

Please sign in to comment.