Process activities without GPS better

This commit is contained in:
Tim Zöller 2026-01-05 10:42:06 +01:00
parent 4fe283f246
commit 4b166c0637
10 changed files with 623 additions and 50 deletions

View file

@ -982,4 +982,36 @@ h1 {
footer.bg-light p {
color: var(--dark-text) !important;
}
/* Indoor Activity Placeholder - Dark Mode */
#indoorPlaceholder .card {
background: var(--dark-surface);
border-color: var(--neon-cyan);
}
#indoorPlaceholder .card-body {
background: var(--dark-surface);
}
#indoorPlaceholder .text-muted,
#indoorPlaceholder h4 {
color: var(--dark-text) !important;
}
#indoorPlaceholder p.text-muted {
color: var(--dark-text-muted) !important;
}
/* Indoor activity placeholder for timeline - Dark Mode */
.indoor-activity-placeholder {
background-color: var(--dark-surface) !important;
}
.indoor-activity-placeholder .text-muted {
color: var(--dark-text-muted) !important;
}
.indoor-activity-placeholder .fw-bold {
color: var(--dark-text) !important;
}
}