mirror of
https://github.com/pi-hole/web.git
synced 2026-08-23 22:51:45 +01:00
- Bootstrap 5 also removed `.form-group` (row bottom margin) and `.help-block` (muted helper text); both are used across the settings and query-log forms, so restore them. This recovers the vertical spacing that was missing between form rows throughout the interface. - Dark theme: mute the active pagination link and the filled `.card-info` / `.card-primary` card headers (e.g. the query-log "Advanced filtering" box), which used Bootstrap's over-bright `#0d6efd`/`#0dcaf0` on the dark background. The headers are recoloured via AdminLTE 4's `--lte-card-variant-*` variables. - Widen the reverse-DNS servers table's "Enabled" column so its header no longer overflows into the next column. Signed-off-by: DL6ER <dl6er@dl6er.de>