mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:34:18 +08:00
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 {
|
||||
background: $secondary;
|
||||
|
|
Loading…
Reference in New Issue
Block a user