Admin: More distinctive coloring for different task states.
This commit is contained in:
parent
8b8835e4ac
commit
d97635d32a
2 changed files with 12 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue