Last active
December 30, 2015 18:19
-
-
Save jdewit/7866613 to your computer and use it in GitHub Desktop.
some styling to get chosen looking pretty with bootstrap 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.chosen-container { | |
width: 100% !important; | |
font-size: 16px; | |
.search-choice span { | |
font-size: 16px; | |
display: inline-block; | |
padding: 2.5px; | |
} | |
.search-choice-close { | |
margin-top: 2px; | |
} | |
.chosen-results li { | |
font-size: 16px; | |
} | |
.chosen-choices { | |
position: static !important; | |
} | |
.search-field input { | |
height: 30px !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment