From a655389032b85b12ec56733c455abaac07693f56 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 9 Aug 2021 14:00:27 +0200 Subject: [PATCH] luci-theme-openwrt-2020: add css success label Signed-off-by: Florian Eckert --- .../htdocs/luci-static/openwrt2020/cascade.css | 4 ++++ 1 file changed, 4 insertions(+) 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;