From: Florian Eckert Date: Mon, 9 Aug 2021 12:00:27 +0000 (+0200) Subject: luci-theme-openwrt-2020: add css success label X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a655389032b85b12ec56733c455abaac07693f56;p=openwrt-luci.git luci-theme-openwrt-2020: add css success label Signed-off-by: Florian Eckert --- 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 724b262b82..c6e5d77428 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 @@ -1558,6 +1558,10 @@ button.spinning::before, .btn.spinning::before { background: var(--danger-color); } +.label.success { + background: var(--success-color); +} + ul.deps { margin: 0; padding: 0;