mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Fixed darkmode in tomselect group headers.
This commit is contained in:
parent
c6b6616ee3
commit
b246d17a33
1 changed files with 5 additions and 0 deletions
|
@ -39,3 +39,8 @@
|
||||||
background: var(--bs-body-bg);
|
background: var(--bs-body-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ts-dropdown .optgroup-header {
|
||||||
|
color: var(--bs-tertiary-color);
|
||||||
|
background: var(--bs-body-bg);
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue