mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02: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 {
|
||||
list-style-type: none;
|
||||
color: black;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.show_from_input, .due_input, .project_input, .context_input,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue