changing color of dropdown arrow for select2

for whenever the dropdown menu is open
This commit is contained in:
Jared Tabor 2016-02-11 22:41:23 -08:00
parent 3fbbd4f234
commit b0d5403d41

View File

@ -235,6 +235,10 @@
border-color: @field-dropdown-icon transparent transparent transparent !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
border-color: transparent transparent @field-dropdown-icon transparent!important;
}
.select2-dropdown{
border:1px solid @field-border;
}