From: Jo-Philipp Wich Date: Tue, 12 Oct 2021 20:39:13 +0000 (+0200) Subject: luci-theme-openwrt: add success style for alert messages X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1c3b32dc1bec15e3076a447762b1c4f94eb75fb7;p=project%2Fluci.git luci-theme-openwrt: add success style for alert messages Fixes: #5427 Signed-off-by: Jo-Philipp Wich --- diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css index a3a9165d5b..186ce88e10 100644 --- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -316,6 +316,12 @@ body.modal-overlay-active #modal_overlay { color: #650; } +.alert-message.success, .cbi-tooltip.success, .label.success { + border-color: #161; + background: #efe; + color: #161; +} + div.hostinfo { float: left; margin: 0;