Add icon to set automatically the start date

This commit is contained in:
Frederic Guillot
2015-07-07 19:29:39 -04:00
parent 58297ca3b1
commit 4807f3e8a0
5 changed files with 44 additions and 0 deletions

View File

@@ -288,3 +288,12 @@ span.task-board-date-overdue {
.task-show-file-table {
width: auto;
}
.task-show-start-link {
color: #000;
}
.task-show-start-link:hover,
.task-show-start-link:focus {
color: red;
}