Made tom select dark mode compatible

This commit is contained in:
Jan Böhmer 2023-06-20 01:30:08 +02:00
parent ea44fe0f16
commit 801ed0fbaf

View file

@ -20,4 +20,22 @@
.tagsinput.ts-wrapper.multi .ts-control > div {
background: var(--bs-secondary-bg);
color: var(--bs-body-color);
}
}
/*********
* BS 5.3 compatible dark mode
***************/
.ts-dropdown .active {
background-color: var(--bs-secondary-bg) !important;
color: var(--bs-body-color) !important;
}
.ts-dropdown, .ts-control, .ts-control input {
color: var(--bs-body-color) !important;
}
.ts-dropdown, .ts-dropdown.form-control, .ts-dropdown.form-select {
background: var(--bs-body-bg);
}