From d074b87514d107e499e19ce45e799324ff434047 Mon Sep 17 00:00:00 2001 From: Eric Fahlgren Date: Wed, 21 Jan 2026 13:56:51 -0800 Subject: [PATCH] luci-theme-openwrt-2020: add missing selector The .label.notice selector is defined in the bootstrap theme, and used in luci-base, but is not present in the openwrt2020 theme. Signed-off-by: Eric Fahlgren --- .../htdocs/luci-static/openwrt2020/cascade.css | 6 ++++++ 1 file changed, 6 insertions(+) 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 cc800bab24..8915523850 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 @@ -1640,6 +1640,12 @@ button.spinning::before, .btn.spinning::before { background: var(--success-color); } +.label.notice { + background:var(--secondary-bright-color); + color:var(--main-bright-color); + border: 1px solid var(--main-bright-color); +} + ul.deps { margin: 0; padding: 0;