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:
Matt Rogers 2011-12-01 13:54:52 -06:00
parent 872f11a8c4
commit 9f4e38717a

View file

@ -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,