diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index f512312c97..891cb64fd4 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -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 === */