diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index 8ab413f11f..6ab19035ce 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -2188,6 +2188,11 @@ th[data-sort-direction="desc"]::after { content: "\a0\25bc"; } white-space: normal; } +#cbi-network-interface .ifacebox img { + width: 24px; + height: 24px; +} + .ifacebadge { display: inline-block; flex-direction: row; 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 d100a06442..338d7b4fb3 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -2084,6 +2084,11 @@ td > .ifacebadge, padding: .25em; } +#cbi-network-interface .ifacebox img { + width: 24px; + height: 24px; +} + .cbi-image-button { margin-left: .5rem; } diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css index 5dcda6efc6..cd8fef6a27 100644 --- a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css +++ b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css @@ -704,6 +704,11 @@ p > a { white-space: nowrap; } +#cbi-network-interface .ifacebox img { + width: 24px; + height: 24px; +} + .ifacebadge { display: inline-flex; align-items: center; diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css index 3f8235068e..34896af979 100644 --- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -1653,6 +1653,11 @@ select + .cbi-button { min-width: 35%; } +#cbi-network-interface .ifacebox img { + width: 24px; + height: 24px; +} + .zonebadge { padding: 2px;