luci-theme-openwrt-2020: add css success label
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit a655389032
)
This commit is contained in:
parent
71fe35ce69
commit
678ee038c0
1 changed files with 4 additions and 0 deletions
|
@ -1557,6 +1557,10 @@ button.spinning::before, .btn.spinning::before {
|
|||
background: var(--danger-color);
|
||||
}
|
||||
|
||||
.label.success {
|
||||
background: var(--success-color);
|
||||
}
|
||||
|
||||
ul.deps {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue