diff options
-rwxr-xr-x | css/ninja.css | 2 | ||||
-rwxr-xr-x | scss/imports/scss/_PanelUI.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/css/ninja.css b/css/ninja.css index 32514e96..b771eb11 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -655,7 +655,7 @@ body section .dragging { opacity: 0.4; } | |||
655 | 655 | ||
656 | body .main .dragOver:not(.dragging) { background-color: #917B56; } | 656 | body .main .dragOver:not(.dragging) { background-color: #917B56; } |
657 | 657 | ||
658 | .panelDisabled { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; color: white; text-align: center; line-height: 100px; box-shadow: inset 0 0 14px #111111; background: rgba(30, 30, 30, 0.7); } | 658 | .panelDisabled { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 6000; color: white; text-align: center; line-height: 100px; box-shadow: inset 0 0 14px #111111; background: rgba(30, 30, 30, 0.7); } |
659 | 659 | ||
660 | .menuBar { width: 100%; border-style: solid; border-width: 1px; height: 22px; color: white; background: #474747; border-color: black; } | 660 | .menuBar { width: 100%; border-style: solid; border-width: 1px; height: 22px; color: white; background: #474747; border-color: black; } |
661 | 661 | ||
diff --git a/scss/imports/scss/_PanelUI.scss b/scss/imports/scss/_PanelUI.scss index 2ac88b1d..91a46c76 100755 --- a/scss/imports/scss/_PanelUI.scss +++ b/scss/imports/scss/_PanelUI.scss | |||
@@ -1262,7 +1262,7 @@ body .main .dragOver:not(.dragging) { | |||
1262 | left: 0; | 1262 | left: 0; |
1263 | width: 100%; | 1263 | width: 100%; |
1264 | height: 100%; | 1264 | height: 100%; |
1265 | z-index: 9999; | 1265 | z-index: 6000; |
1266 | color: white; | 1266 | color: white; |
1267 | text-align: center; | 1267 | text-align: center; |
1268 | line-height: 100px; | 1268 | line-height: 100px; |