Created
November 6, 2019 12:47
-
-
Save JudeRosario/be1c978c4a303978fe2792d8a0745e91 to your computer and use it in GitHub Desktop.
Private IE specific fixes for Healthjobs
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
@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