oms-Admin/Theme/Backend/css/styles.css
Dennis Eichhorn e53ed6c108
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:04 +00:00

30 lines
435 B
CSS

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