Only show drafts to dispatchers #28

This commit is contained in:
nocnico
2025-06-03 21:44:20 +02:00
parent 4602f90652
commit 363a8241a8
2 changed files with 42 additions and 34 deletions

View File

@@ -56,3 +56,8 @@
.leaflet-popup-close-button {
display: none;
}
.missionListItem {
background-color: color-mix(in oklab, var(--color-info) 8%, var(--color-base-100));
color: var(--color-info, var(--color-base-content));
}