Cleanup and improvement of tasks lists
Removed duplicate code in task lists views (now using a single class with constructor parameters). Added specific display for assigned tasks that have missing dependencies.
This commit is contained in:
parent
dae65c0b4b
commit
634ed8f5ee
5 changed files with 67 additions and 64 deletions
site
|
@ -399,6 +399,9 @@ dl.tasks .missing-deps, dl.tasks .missing-deps * {
|
|||
dl.tasks .assigned, dl.tasks .assigned * {
|
||||
color: #1f7f1f
|
||||
}
|
||||
dl.tasks .missing-deps.assigned, dl.tasks .missing-deps.assigned * {
|
||||
color: #7f7f1f
|
||||
}
|
||||
|
||||
dl.tasks dt.sub-title.completed {
|
||||
color: #bfbfbf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue