diff options
author | Florian Eckert <fe@dev.tdt.de> | 2021-08-09 14:00:27 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2021-08-31 08:49:35 +0200 |
commit | a655389032b85b12ec56733c455abaac07693f56 (patch) | |
tree | 5fc04c117e7f6b4bb375dd5508e46d44f81f7b68 | |
parent | f799d550b6389baee5b388eefe638ba9a690f4c5 (diff) |
luci-theme-openwrt-2020: add css success label
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
-rw-r--r-- | themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |