implemented status change from task view

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-07-26 00:08:55 +02:00
parent 1e66ad4216
commit 81fb085245
2 changed files with 8 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ td, tr{
color: gray;
}
.task.started > span {
color: green;
color: chartreuse;
}
.task.pending > span {
color: gray;