Files
enterprise_digital-platform/IT_asset_management/app/templates
ske087 c4e718ac4b IT Assets: add dark mode matching portal color scheme
- Inline <script> in <head> applies edp_theme from localStorage before first
  paint — no flash of unstyled content
- Bootstrap 5.3 data-bs-theme + custom data-edp-theme attribute for overrides
- Dark palette mirrors portal (bg #0d1117, surface #161b22, card #1c2128,
  accent-blue #388bfd, text #e6edf3, borders #30363d)
- CSS tokens for both themes via :root and [data-edp-theme='dark']
- All Bootstrap components overridden in dark mode: cards, tables, forms,
  modals, alerts, breadcrumbs, code, badges, inputs
- Moon/sun toggle button in topbar; sun shown in dark mode, moon in light
- Shared localStorage key 'edp_theme' — setting persists across all EDP apps
2026-07-09 00:20:06 +03:00
..