luci-theme-rosy: add css style for modal-overlay warning
authorRosy Song <rosysong@rosinson.com>
Sun, 7 Apr 2019 07:34:13 +0000 (15:34 +0800)
committerRosy Song <rosysong@rosinson.com>
Sun, 7 Apr 2019 09:39:42 +0000 (17:39 +0800)
Signed-off-by: Rosy Song <rosysong@rosinson.com>
themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css

index a0fbb814d59c2660bd808a6eb3d76197e48d9627..f0f4f8720422e527c19ffdcd22ae9d2afc2bc670 100644 (file)
@@ -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%;
        }