- Fix function strip content being clipped by changing overflow to visible
- Add min-height and increased padding to function strip
- Add explicit colors for TSCM strip stat values and labels
- Fix output-panel overflow for TSCM mode using :has() selector
- Add CSS variables --bg-dark and --bg-panel aliases
- Clean up sidebar section margins for consistent spacing
- Add unique IDs to WiFi/Bluetooth export sections for restore function
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Dashboard pages have a .radar-bg element with a grid pattern that
was showing through the navbar. Adding position: relative and z-index: 10
ensures the nav appears above the background effects.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Using !important to ensure the navbar background color (#151a23)
cannot be overridden by any cascade or specificity issues.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Added explicit fallback color (#151a23) for .mode-nav background to
ensure consistency between main index and dashboard pages. CSS
variables may resolve differently based on cascade order.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add smooth transitions for all interactive elements
- Button hover lift and active press feedback
- Card/panel hover effects with shadow
- Status dot glow animation
- Alert slide-in animation
- Enhanced input focus glow
- Better focus-visible states for keyboard navigation
- Reduced motion support (prefers-reduced-motion)
- High contrast mode support (prefers-contrast)
- Skip link for accessibility
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add mode navigation CSS to core/layout.css so it's available on all pages
- Import layout.css in dashboard stylesheets (ADSB, AIS, Satellite)
- Fixes nav partial appearing unstyled on dashboard pages
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>