mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
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:
committed by
Paul Donald
parent
9fe1334fd5
commit
d074b87514
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user