mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 04:32:15 +01:00
improve idle indicator colors, fix typescript issues
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user