Created
November 7, 2017 14:39
-
-
Save drakakisgeo/c574c570656af83308cfbdc572418eb5 to your computer and use it in GitHub Desktop.
Remove 4px border-radius from Select2
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
.select2 { | |
border-color:1px solid #cacaca; | |
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); | |
background-color:#fefefe; | |
} | |
.select2-dropdown, .select2-container--default .select2-selection--single , | |
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--multiple .select2-selection__choice, | |
.select2-container--classic .select2-selection--multiple , .select2-container--classic .select2-selection--multiple, | |
.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-dropdown, | |
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple, | |
.select2-container--default .select2-selection--multiple .select2-selection__choice , | |
.select2-container--classic .select2-selection--single, | |
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow , | |
.select2-container--classic .select2-selection--multiple, | |
.select2-container--classic .select2-selection--multiple .select2-selection__choice { | |
border-radius: 0px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changing select2 dropdown background-color