From: Rosy Song Date: Sun, 7 Apr 2019 07:34:13 +0000 (+0800) Subject: luci-theme-rosy: add css style for modal-overlay warning X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e63eecff856c3b6e47ababa1f4db29433021047f;p=project%2Fluci.git luci-theme-rosy: add css style for modal-overlay warning Signed-off-by: Rosy Song --- diff --git a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css index a0fbb814d5..f0f4f87204 100644 --- a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css +++ b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css @@ -1455,6 +1455,11 @@ body.modal-overlay-active { height: 100vh; } +#modal_overlay .alert-message.warning { + background-color: #fff !important; + margin-bottom: 10px; +} + body.modal-overlay-active #modal_overlay { right: 0; left: 0; @@ -2615,7 +2620,7 @@ input[name="nslookup"] { .login .main-right { background: #354057; } - + .login > .main #maincontent { width: 90%; }