From e63eecff856c3b6e47ababa1f4db29433021047f Mon Sep 17 00:00:00 2001 From: Rosy Song Date: Sun, 7 Apr 2019 15:34:13 +0800 Subject: [PATCH] luci-theme-rosy: add css style for modal-overlay warning Signed-off-by: Rosy Song --- themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 a0fbb814d..f0f4f8720 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%; } -- 2.25.1