From 678ee038c0a86c37047cde383d4bd38be3f0c234 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 (cherry picked from commit a655389032b85b12ec56733c455abaac07693f56) --- .../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 f510e6c789..1efe6fa596 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 @@ -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; -- 2.30.2