Skip to content

Instantly share code, notes, and snippets.

@edymerchk
Created June 21, 2015 23:11
Show Gist options
  • Save edymerchk/eb704cafaea1c38c3897 to your computer and use it in GitHub Desktop.
Save edymerchk/eb704cafaea1c38c3897 to your computer and use it in GitHub Desktop.
.chosen-container-single .chosen-single {
height: 30px;
border-radius: 3px;
border: 1px solid #CCCCCC;
}
.chosen-container-single .chosen-single span {
padding-top: 2px;
}
.chosen-container-single .chosen-single div b {
margin-top: 2px;
}
.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