From 21cb7af351e738f446458af5b896c84e03fa5c17 Mon Sep 17 00:00:00 2001
From: Armen Kesablyan
Date: Thu, 8 Mar 2012 12:05:43 -0800
Subject: Z-Index issue of disabled state with file open dialog

Signed-off-by: Armen Kesablyan <armen@motorola.com>
---
 scss/imports/scss/_PanelUI.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'scss')

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) {
   left: 0;
   width: 100%;
   height: 100%;
-  z-index: 9999;
+  z-index: 6000;
   color: white;
   text-align: center;
   line-height: 100px;
-- 
cgit v1.2.3