Admin: More distinctive coloring for different task states.

This commit is contained in:
baldo 2020-04-08 23:50:17 +02:00
commit d97635d32a
2 changed files with 12 additions and 2 deletions

View file

@ -10,10 +10,18 @@
}
.task-disabled {
color: lightcoral;
color: #eea236;
text-decoration: line-through;
}
.task-state-running {
color: darkblue;
}
.task-state-failed {
color: red;
}
.task-description {
max-width: 220px;
}