luci-theme-openwrt-2020: add missing selector
authorEric Fahlgren <ericfahlgren@gmail.com>
Wed, 21 Jan 2026 21:56:51 +0000 (13:56 -0800)
committerPaul Donald <newtwen+github@gmail.com>
Wed, 21 Jan 2026 22:15:32 +0000 (23:15 +0100)
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 <ericfahlgren@gmail.com>
themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css

index cc800bab24c5e577104374d82701a684fde45a3f..89155238509366e62ceba908af1b649c801fd29a 100644 (file)
@@ -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;