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 <ericfahlgren@gmail.com>
This commit is contained in:
Eric Fahlgren
2026-01-21 13:56:51 -08:00
committed by Paul Donald
parent 9fe1334fd5
commit d074b87514

View 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;