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=137ede6354b93e1b83a8689ee15d4b13e9cdcfcb;p=project%2Fluci.git luci-theme-openwrt: add success style for alert messages Fixes: #5427 Signed-off-by: Jo-Philipp Wich (cherry picked from commit 1c3b32dc1bec15e3076a447762b1c4f94eb75fb7) --- 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 e9880a3809..5a5321fe36 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;