forked from mirror/Part-DB.Part-DB-server
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