Overdue date have a different color now (merge pull-request #186)

This commit is contained in:
Frédéric Guillot
2014-07-26 08:24:05 -04:00
parent 879f8e7624
commit 052baa13e5
3 changed files with 6 additions and 1 deletions

View File

@@ -638,6 +638,10 @@ a.task-board-nobody {
bottom: 0;
left: 5px;
font-weight: bold;
color: #000;
}
.task-board-date-overdue {
color: #D90000;
}