Skip to content

Commit

Permalink
Fixed overdue task style
Browse files Browse the repository at this point in the history
  • Loading branch information
702573N authored Nov 22, 2022
1 parent 792b77b commit 007f69c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasksCalendar/view.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ body.theme-light .tasksCalendar .task .note { color: var(--dark-task-text-color)
}
.tasksCalendar .task .description {
display: inline;
padding: 1px;
}
.tasksCalendar .task.cancelled .note,
.tasksCalendar .task.done .note {
Expand All @@ -281,7 +282,7 @@ body.theme-light .tasksCalendar .task .note { color: var(--dark-task-text-color)
.tasksCalendar .task.done {
background: none !important;
}
.tasksCalendar .task.overdue .description {
.tasksCalendar .task.overdue .inner {
background: repeating-linear-gradient(45deg, var(--task-background), var(--task-background) 5px, transparent 5px, transparent 10px) !important;
}

Expand Down

0 comments on commit 007f69c

Please sign in to comment.