diff options
author | Rosy Song <rosysong@rosinson.com> | 2019-04-07 15:34:13 +0800 |
---|---|---|
committer | Rosy Song <rosysong@rosinson.com> | 2019-04-07 17:39:42 +0800 |
commit | e63eecff856c3b6e47ababa1f4db29433021047f (patch) | |
tree | 69062fe2efbc773c36674dc30631af33b40de5b9 /themes | |
parent | 5bc6ceba2f1215c8e99fa36e61709b19b7ec8f63 (diff) |
luci-theme-rosy: add css style for modal-overlay warning
Signed-off-by: Rosy Song <rosysong@rosinson.com>
Diffstat (limited to 'themes')
-rw-r--r-- | themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css | 7 |
1 files changed, 6 insertions, 1 deletions
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%; } |