Skip to content

Instantly share code, notes, and snippets.

@yousufansa
Created January 25, 2019 08:36
Show Gist options
  • Save yousufansa/8e4106ce0447bc76e30a067ad522fbc5 to your computer and use it in GitHub Desktop.
Save yousufansa/8e4106ce0447bc76e30a067ad522fbc5 to your computer and use it in GitHub Desktop.
Jobhunt - Job Manager Select2 Style Issue
.select2-selection.select2-selection--multiple {
background-color: #f9fafa;
border: 2px solid #d4d9dd;
min-height: 44px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: 2px solid #8c9aa6;
}
.select2-selection--multiple .select2-selection__rendered .select2-search__field {
margin-top: 6px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment