also mark "solution deployed" items with a checkmark

This commit is contained in:
Frédéric Péters 2015-09-08 17:44:54 +02:00
parent c9896e777d
commit b786ec1066
1 changed files with 4 additions and 2 deletions

View File

@ -264,10 +264,12 @@ pre.format-patch-description {
max-width: 90ex;
}
table.related-issues td a.status-3:before { /* resolved (to deploy) */
table.related-issues td a.status-3:before, /* resolved (to deploy) */
table.related-issues td a.status-4:before { /* solution deployed */
content: "✔ ";
}
table.list.issues tr.status-3 td.id {
table.list.issues tr.status-3 td.id,
table.list.issues tr.status-4 td.id {
text-decoration: line-through;
}