luci-theme-openwrt: add success style for alert messages
authorJo-Philipp Wich <jo@mein.io>
Tue, 12 Oct 2021 20:39:13 +0000 (22:39 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 12 Oct 2021 21:05:29 +0000 (23:05 +0200)
Fixes: #5427
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 1c3b32dc1bec15e3076a447762b1c4f94eb75fb7)

themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css

index e9880a380911a488d46242d87b54a13d280e264f..5a5321fe362a644d444ef1e5e76ee7cb864b7b78 100644 (file)
@@ -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;