luci-theme-material: fix overview ifacebox

Set text to header colour when
using the header colour
background to match same
behaviour, for e.g. IPv4 Upstream
and IPv6 Upstream boxes.

Signed-off-by: Joshua Criss <owlsy@outlook.com.au>
This commit is contained in:
Joshua Criss
2026-04-02 15:52:29 +11:00
committed by Paul Donald
parent 9db25861aa
commit e1b548545d

View File

@@ -3179,3 +3179,12 @@ input[name="nslookup"] {
background: #424242;
}*/
}
/* === STATUS OVERVIEW: MATCH IFACEBOX COLOUR WITH HEADER === */
/* Set text to header colour when using the header colour background to match same behaviour, for e.g. IPv4 Upstream and IPv6 Upstream boxes */
body[data-page='admin-status-overview'] .ifacebox-head {
color: var(--header-color);
}
/* === END STATUS OVERVIEW: MATCH IFACEBOX COLOUR WITH HEADER === */