From e0c0e468e64e9b425784650c23a894b8a0f4d407 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Thu, 11 Mar 2021 11:06:04 +0100 Subject: luci-theme-openwrt-2020: add missing css success color Signed-off-by: Florian Eckert --- .../htdocs/luci-static/openwrt2020/cascade.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'themes/luci-theme-openwrt-2020/htdocs/luci-static') 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 affb7dcaf1..aa811ef6d3 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 @@ -5,6 +5,7 @@ --secondary-dark-color: #212322; --danger-color: #CC1111; --warning-color: #CC8800; + --success-color: #5CB85C; --regular-font: "GalanoGrotesqueW00-Regular"; --base-font-size: 16px; } @@ -848,6 +849,10 @@ ul > li { background: var(--danger-color); } +.alert-message.success { + background: var(--success-color); +} + .alert-message .btn { background: inherit; box-shadow: 0 0 2px var(--secondary-bright-color); -- cgit v1.2.3