Skip to content

Instantly share code, notes, and snippets.

@JudeRosario
Created November 6, 2019 12:47
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 JudeRosario/be1c978c4a303978fe2792d8a0745e91 to your computer and use it in GitHub Desktop.
Save JudeRosario/be1c978c4a303978fe2792d8a0745e91 to your computer and use it in GitHub Desktop.
Private IE specific fixes for Healthjobs
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.select2-selection__rendered > span {
display: table !important;
vertical-align: middle !important;
}
.select2-selection__rendered > span .phd{
display: table-cell !important;
vertical-align: middle !important;
}
li .select2-search__field {
min-height: 56px !important;
padding-left: 33px !important;
}
li.select2-results__option {
min-height: 42px !important;
}
li .select2-search__field::-ms-input-placeholder {
font-size: 16px !important;
font-weight: 500 !important;
}
li.select2-search.select2-search--inline{
border-color: #ffffff !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment