FIX: Fix tag input select2 box

This commit is contained in:
Kane York 2015-08-18 14:44:52 -07:00
parent 4d0c328404
commit ca577248d0

View File

@ -37,7 +37,12 @@
}
}
.select2-container-multi .select2-choices {
background-color: $secondary;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
background: $secondary url(/assets/select2-spinner.gif) no-repeat 100% !important;
}
.select2-container a.select2-choice {
background: $secondary;