luci-theme-material: fix overview ifacebox
authorJoshua Criss <redacted>
Thu, 2 Apr 2026 04:52:29 +0000 (15:52 +1100)
committerPaul Donald <redacted>
Thu, 2 Apr 2026 14:08:04 +0000 (16:08 +0200)
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 <redacted>
themes/luci-theme-material/htdocs/luci-static/material/cascade.css

index f512312c97c1a5c75d41ac38bc3a031a0ee02f04..891cb64fd40e368635cc77c30fba79f554b9cc23 100644 (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 === */
git clone https://git.99rst.org/PROJECT