mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-22 20:05:03 +02:00
Made tom select dark mode compatible
This commit is contained in:
parent
ea44fe0f16
commit
801ed0fbaf
1 changed files with 19 additions and 1 deletions
|
@ -20,4 +20,22 @@
|
||||||
.tagsinput.ts-wrapper.multi .ts-control > div {
|
.tagsinput.ts-wrapper.multi .ts-control > div {
|
||||||
background: var(--bs-secondary-bg);
|
background: var(--bs-secondary-bg);
|
||||||
color: var(--bs-body-color);
|
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);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue