summaryrefslogtreecommitdiff
path: root/web/templates/partials/timeline-tab.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/partials/timeline-tab.html')
-rw-r--r--web/templates/partials/timeline-tab.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/web/templates/partials/timeline-tab.html b/web/templates/partials/timeline-tab.html
index e58f793..3dc0a8c 100644
--- a/web/templates/partials/timeline-tab.html
+++ b/web/templates/partials/timeline-tab.html
@@ -65,7 +65,6 @@
z-index: 10;
background: rgba(0,0,0,0.7);
}
- .calendar-event.source-todoist { border-color: #e44332; }
.calendar-event.source-trello { border-color: #0079bf; }
.calendar-event.source-plantoeat { border-color: #5cb85c; }
.calendar-event.source-calendar { border-color: #9b59b6; }
@@ -92,7 +91,6 @@
font-size: 0.85em;
border-left: 3px solid;
}
- .untimed-item.source-todoist { border-color: #e44332; }
.untimed-item.source-trello { border-color: #0079bf; }
.untimed-item.source-plantoeat { border-color: #5cb85c; }
.untimed-item.source-calendar { border-color: #9b59b6; }
@@ -226,7 +224,7 @@
</span>
<!-- Source color bar -->
<div class="w-0.5 h-5 rounded-full shrink-0
- {{if eq .Source "calendar"}}bg-purple-400{{else if eq .Source "doot"}}bg-teal-400{{else if eq .Source "todoist"}}bg-red-400{{else if eq .Source "trello"}}bg-blue-400{{else if eq .Source "plantoeat"}}bg-green-400{{else if eq .Source "gtasks"}}bg-yellow-400{{else}}bg-white/30{{end}}">
+ {{if eq .Source "calendar"}}bg-purple-400{{else if eq .Source "doot"}}bg-teal-400{{else if eq .Source "trello"}}bg-blue-400{{else if eq .Source "plantoeat"}}bg-green-400{{else if eq .Source "gtasks"}}bg-yellow-400{{else}}bg-white/30{{end}}">
</div>
<!-- Checkbox for tasks -->
{{if or (eq .Type "task") (eq .Type "card") (eq .Type "gtask")}}