From fa2ce66ba17c9dca756d83665b5de6e04aef74b8 Mon Sep 17 00:00:00 2001 From: Joshua Criss Date: Thu, 2 Apr 2026 15:04:18 +1100 Subject: [PATCH] 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 --- .../htdocs/luci-static/openwrt.org/cascade.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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;