implemented editing of 'show closed tasks' setting in project
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user