luci-theme-openwrt-2020: ifacebox in overview
authorJoshua Criss <redacted>
Thu, 2 Apr 2026 23:13:09 +0000 (10:13 +1100)
committerPaul Donald <redacted>
Fri, 3 Apr 2026 01:16:52 +0000 (03:16 +0200)
Set text to var(--secondary-bright-color)
when using var(--main-bright-color)
for background to match same
behaviour as the header of the page,
e.g. IPv4 Upstream and
IPv6 Upstream boxes.

Signed-off-by: Joshua Criss <redacted>
themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css

index 0be8a58af03c4270481f0f1733aa7d25f9564244..17bab59cf0604f7f3da1da34b20c5a051658f325 100644 (file)
@@ -2052,3 +2052,12 @@ body[data-page='admin-status-overview'] .cbi-title .label.notice:hover {
 }
 
 /* === END STATUS OVERVIEW: HIDE/SHOW BUTTONS === */
+
+/* === STATUS OVERVIEW: MATCH IFACEBOX COLOUR WITH HEADER === */
+
+/* Set text to var(--secondary-bright-color) when using var(--main-bright-color) for background to match same behaviour as the header of the page, e.g. IPv4 Upstream and IPv6 Upstream boxes */
+body[data-page='admin-status-overview'] .ifacebox-head {
+  color: var(--secondary-bright-color);
+}
+
+/* === END STATUS OVERVIEW: MATCH IFACEBOX COLOUR WITH HEADER === */
git clone https://git.99rst.org/PROJECT