1
0

Show parent tasks in task overview list (#41)

This commit is contained in:
konrad
2019-12-18 18:55:28 +00:00
parent d041384999
commit 81e9eef154
2 changed files with 12 additions and 0 deletions

View File

@ -77,6 +77,11 @@
}
}
span.parent-tasks {
color: lighten($dark, 50);
width: auto;
}
.remove {
color: $red;
}