Files
TimeTracker/app/static/css
Dries Peeters 17236a896c style(gantt): align Gantt chart with app theme and dark mode
- Add app/static/css/gantt-chart.css to override Frappe Gantt:
  - Card-style container, grid, and popup using app palette
  - Primary (#4A90E2) for projects and today column; tasks #10b981
  - Dark mode via .dark for grid, text, bars, arrows, and tooltip
  - Themed today highlight, bar labels, and dependency arrows
- In gantt/view.html: link gantt-chart.css, drop inline overrides
- Gantt options: bar_height 24, bar_corner_radius 6, padding 20
2026-01-20 21:20:54 +01:00
..