aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorArmen Kesablyan2012-03-08 12:05:43 -0800
committerArmen Kesablyan2012-03-08 12:05:43 -0800
commit21cb7af351e738f446458af5b896c84e03fa5c17 (patch)
tree4fdf46f3d9e35cf83c1eac415e28a5d2d44c47af /scss
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 'scss')
-rwxr-xr-xscss/imports/scss/_PanelUI.scss2
1 files changed, 1 insertions, 1 deletions
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;