From: Eric Fahlgren Date: Wed, 21 Jan 2026 21:56:51 +0000 (-0800) Subject: luci-theme-openwrt-2020: add missing selector X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d074b87514d107e499e19ce45e799324ff434047;p=openwrt-luci.git 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 --- 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;