"Blocked tasks" display
Tasks that have missing dependencies will be displayed in a red-ish colour on the item views and in the full tasks list. Added a "blocked tasks" mode to the tasks list page.
This commit is contained in:
parent
bbf2c4a13c
commit
55438e6661
4 changed files with 97 additions and 10 deletions
site
|
@ -389,6 +389,10 @@ dl.tasks .completed, dl.tasks .completed * {
|
|||
color: #3f3f3f
|
||||
}
|
||||
|
||||
dl.tasks .missing-deps, dl.tasks .missing-deps * {
|
||||
color: #7f3f3f
|
||||
}
|
||||
|
||||
dl.tasks dt.sub-title.completed {
|
||||
color: #bfbfbf;
|
||||
text-shadow: 1px 1px 2px #3f3f3f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue