- Fix CPU bars: specificity override (#displaybox table.dashboard) for thin
10px color-coded bars (green/orange/red) filling full card width
- Fix CPU chart: force full-width display on #cpu_chart td and canvas
- Fix Docker text: force white color on all #docker_view spans and links
- Fix System donut: remove saturate/brightness filter, thinner ring (78%),
fully opaque center background
- Add vertical pill bars for Array/Cache/Unassigned disk utilization with
JS module to convert horizontal bars to 28x50px vertical pills with %
text inside, MutationObserver for dynamic updates
- Add legend color JS module to fix invisible System card legend circles
with inline !important colors matching recolored pie segments
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Server-side bash script reads `glass.icon` Docker labels and replaces
Unraid's cached icon PNGs with selfh.st CDN versions. Auto-detects
icon names from container names when no label is set. Supports VMs
via vm-icons.conf mapping file.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Constrain #displaybox max-width to viewport minus sidebar width
and add overflow-x: hidden to prevent horizontal scrollbar.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Header: force transparent background (no glass)
- Content area: preserve sidebar margin when collapsed/expanded
- Page titles: remove background and bottom border
- Tabs: replace blue accent with white glass + inset glow on active
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix opaque dark rows (rgb(18,21,16)) on folder and container rows
- Replace white/light borders on folder-preview containers with subtle glass
- Style folder dropdown buttons, inner text, and state indicators
- Add alternating row transparency for table readability
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- style.css: Full CSS theme with frosted glass cards, sidebar styling,
dashboard individual glass cards, search overlay, FA icon replacements
- sidebar.js: Collapsible sidebar toggle with Unraid logo, search popup
(moved to body to escape backdrop-filter containing block), Cmd+K shortcut
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>