aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorArmen Kesablyan2012-03-08 12:05:43 -0800
committerArmen Kesablyan2012-03-08 12:05:43 -0800
commit21cb7af351e738f446458af5b896c84e03fa5c17 (patch)
tree4fdf46f3d9e35cf83c1eac415e28a5d2d44c47af /css
parent84931583f1da8da29784074978f146b281b8efa3 (diff)
downloadninja-21cb7af351e738f446458af5b896c84e03fa5c17.tar.gz
Z-Index issue of disabled state with file open dialog
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'css')
-rwxr-xr-xcss/ninja.css2
1 files changed, 1 insertions, 1 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
656body .main .dragOver:not(.dragging) { background-color: #917B56; } 656body .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