fix: restore background color for searchable dropdowns

This commit is contained in:
2026-05-01 13:54:27 -04:00
parent 365ebf112a
commit e47e20e49b
@@ -1,5 +1,11 @@
<script src="https://cdn.jsdelivr.net/npm/tom-select@2.4.3/dist/js/tom-select.complete.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/tom-select@2.4.3/dist/css/tom-select.bootstrap5.min.css" rel="stylesheet">
<style>
.ts-control {
background-color: #ffffff !important;
border: 1px solid #ced4da !important;
}
</style>
<script>
document.addEventListener("DOMContentLoaded", function () {
document.querySelectorAll('select').forEach((el) => {