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;