diff options
-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; |