oms-Tasks/Theme/Backend/css/styles.css
Dennis Eichhorn 11f74f675d
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:06 +00:00

30 lines
415 B
CSS

.tag.task-status-1,
.tag.task-status-2,
.tag.task-status-3,
.tag.task-status-4,
.tag.task-status-5 {
color: #000;
}
.tag.task-status-1 {
background: #ff6250;
color: #fff;
}
.tag.task-status-2 {
background: #3498db;
color: #fff;
}
.tag.task-status-3 {
background: #ffd321;
}
.tag.task-status-4 {
background: #9b59b6;
color: #fff;
}
.tag.task-status-5 {
background: #46eb8b;
}