improve idle indicator colors, fix typescript issues

This commit is contained in:
Gregor Vostrak
2025-11-19 13:25:54 +01:00
parent 1bd2c28b37
commit 249ab67ac8
3 changed files with 6 additions and 27 deletions

View File

@@ -676,11 +676,11 @@ onActivated(() => {
}
.fullcalendar :deep(.activity-status-box.idle) {
background-color: rgba(239, 68, 68, 0.3) !important;
background-color: rgba(156, 163, 175, 0.1) !important;
}
.fullcalendar :deep(.activity-status-box.idle):hover {
background-color: rgba(239, 68, 68, 1) !important;
background-color: rgba(156, 163, 175, 0.5) !important;
}
.fullcalendar :deep(.activity-status-box.active) {