diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-10-12 22:39:13 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2021-10-12 22:40:25 +0200 |
commit | 1c3b32dc1bec15e3076a447762b1c4f94eb75fb7 (patch) | |
tree | d37e54841183e492402bb9cf828ae5f2fa5e470b | |
parent | 9aaebdf8de83e0f12b994b7210b2192eb8d9c459 (diff) |
luci-theme-openwrt: add success style for alert messages
Fixes: #5427
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; |