implemented editing of 'show closed tasks' setting in project

This commit is contained in:
2025-07-22 20:33:28 +02:00
parent 1e439b87ac
commit b03b0683bc
7 changed files with 45 additions and 20 deletions

View File

@@ -81,7 +81,10 @@ td, tr{
background: rgba(0,0,0,0.7);
backdrop-filter: blur(3px);
}
.task.cancelled > .name {
text-decoration: line-through;
color: gray;
}
.task.started > .name {
color: green;
}