diff options
author | Armen Kesablyan | 2012-03-08 12:05:43 -0800 |
---|---|---|
committer | Armen Kesablyan | 2012-03-08 12:05:43 -0800 |
commit | 21cb7af351e738f446458af5b896c84e03fa5c17 (patch) | |
tree | 4fdf46f3d9e35cf83c1eac415e28a5d2d44c47af /scss | |
parent | 84931583f1da8da29784074978f146b281b8efa3 (diff) | |
download | ninja-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-x | scss/imports/scss/_PanelUI.scss | 2 |
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; |