populating estimated times on task list, added minimum styling
This commit is contained in:
@@ -75,4 +75,17 @@ td, tr{
|
||||
.position_selector{
|
||||
background: rgba(0,0,0,0.7);
|
||||
backdrop-filter: blur(3px);
|
||||
}
|
||||
|
||||
.task.started > .name {
|
||||
color: green;
|
||||
}
|
||||
.task.pending > .name {
|
||||
color: gray;
|
||||
}
|
||||
.task.complete > .name {
|
||||
color: green;
|
||||
}
|
||||
.task.complete > .name:before {
|
||||
content: "✓ ";
|
||||
}
|
||||
Reference in New Issue
Block a user