mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Make dependencies visible when adding new tasks.
This fixes #1214 by making the task dependencies render with red font vs. black font. Patch from Nathan Plamondon. Thanks!
This commit is contained in:
parent
872f11a8c4
commit
9f4e38717a
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ div#input_box {
|
||||||
|
|
||||||
#input_box ul#predecessor_ul {
|
#input_box ul#predecessor_ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
color: black;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
.show_from_input, .due_input, .project_input, .context_input,
|
.show_from_input, .due_input, .project_input, .context_input,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue