From: Joshua Criss Date: Thu, 2 Apr 2026 04:04:18 +0000 (+1100) Subject: luci-theme-openwrt: remove empty CSS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fa2ce66ba17c9dca756d83665b5de6e04aef74b8;p=openwrt-luci.git luci-theme-openwrt: remove empty CSS It is not advisable to have empty rulesets in CSS. Removing the empty ruleset. Signed-off-by: Joshua Criss --- 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 a16908da60..d5bf144b9b 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 @@ -1772,10 +1772,7 @@ select + .cbi-button { } -@media screen and (max-width: 992px) { - body { - - } +@media screen and (max-width: 992px) { #maincontainer { flex-direction: column;