Last active
October 11, 2017 13:58
-
-
Save mcarpenterjr/984c1126be3a8875682f59b7ec6169f8 to your computer and use it in GitHub Desktop.
Chosen CSS overrides for bootstrap 3
This file contains hidden or 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-single .chosen-single { | |
height: 34px; | |
border-radius: 4px; | |
border: 1px solid #CCCCCC; | |
} | |
.chosen-container-single .chosen-single span { | |
padding-top: 4px; | |
} | |
.chosen-container-single .chosen-single div b { | |
margin-top: 4px; | |
} | |
.chosen-container-active .chosen-single, | |
.chosen-container-active.chosen-with-drop .chosen-single { | |
border-color: #ccc; | |
border-color: rgba(82, 168, 236, .8); | |
outline: 0; | |
outline: thin dotted \9; | |
-moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6); | |
box-shadow: 0 0 8px rgba(82, 168, 236, .6) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment