mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 15:01:56 +00:00
Fixed locations dropdown in Assets view
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user