FIX: Fix tag input select2 box
This commit is contained in:
parent
4d0c328404
commit
ca577248d0
|
@ -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 {
|
.select2-container a.select2-choice {
|
||||||
background: $secondary;
|
background: $secondary;
|
||||||
|
|
Loading…
Reference in New Issue