Fixed locations dropdown in Assets view

This commit is contained in:
2025-10-26 10:14:45 +01:00
parent 17cc9243b5
commit 1ea286cf9c
3 changed files with 55 additions and 2 deletions

View File

@@ -40,4 +40,27 @@ body {
width: 2rem;
height: 2rem;
float: right;
}
}
/* Tomselect dark mode theme */
[data-bs-theme="dark"] .ts-control,
[data-bs-theme="dark"] .ts-dropdown {
color: #f8f9fa !important;
border-color: #444 !important;
}
[data-bs-theme="dark"] .ts-control input,
[data-bs-theme="dark"] .ts-dropdown .option,
[data-bs-theme="dark"] .ts-dropdown .item {
color: #f8f9fa !important;
}
[data-bs-theme="dark"] .ts-dropdown .option:hover,
[data-bs-theme="dark"] .ts-dropdown .active {
color: #ffffff !important;
}
[data-bs-theme="dark"] .ts-control .item {
color: #f8f9fa !important;
border-color: #666 !important;
}