From 137ede6354b93e1b83a8689ee15d4b13e9cdcfcb Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 12 Oct 2021 22:39:13 +0200 Subject: [PATCH] luci-theme-openwrt: add success style for alert messages Fixes: #5427 Signed-off-by: Jo-Philipp Wich (cherry picked from commit 1c3b32dc1bec15e3076a447762b1c4f94eb75fb7) --- .../htdocs/luci-static/openwrt.org/cascade.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- 2.30.2