Skip to content

Instantly share code, notes, and snippets.

@mcarpenterjr
Last active October 11, 2017 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcarpenterjr/984c1126be3a8875682f59b7ec6169f8 to your computer and use it in GitHub Desktop.
Save mcarpenterjr/984c1126be3a8875682f59b7ec6169f8 to your computer and use it in GitHub Desktop.
Chosen CSS overrides for bootstrap 3
.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