mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
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:
committed by
Paul Donald
parent
9db25861aa
commit
e1b548545d
@@ -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 === */
|
||||
|
||||
Reference in New Issue
Block a user