Add icon for subtasks on the board

This commit is contained in:
Frédéric Guillot
2014-09-11 16:27:10 +02:00
parent aa23098995
commit d9850ae66a
3 changed files with 28 additions and 5 deletions

View File

@@ -693,6 +693,20 @@ a.task-board-nobody {
right: 5px;
}
.task-board-icons a {
opacity: 0.5;
}
.task-board-icons span {
opacity: 0.5;
margin-left: 5px;
}
.task-board-icons a:hover,
.task-board-icons span:hover {
opacity: 1.0;
}
/* task score */
.task-score {
font-weight: bold;