feat: Update Gantt chart integration with new task styles and data structure

This commit is contained in:
2025-04-12 10:13:02 +02:00
parent 9e3811cf7a
commit ebfc82095d
5 changed files with 144 additions and 128 deletions

View File

@@ -228,6 +228,14 @@
fill: #640808;
}
.gantt .bar.gantt-task-faktura {
fill: #a1277d;
}
.gantt .bar-wrapper:hover .bar.gantt-task-faktura {
fill: #a1277d;
}
.gantt .bar-progress {
fill: #a71e1e;
}