|
From: <tob...@us...> - 2014-06-10 22:43:31
|
Revision: 8462
http://sourceforge.net/p/bigdata/code/8462
Author: tobycraig
Date: 2014-06-10 22:43:25 +0000 (Tue, 10 Jun 2014)
Log Message:
-----------
Fixed CodeMirror showing through modal overlay mask
Modified Paths:
--------------
branches/WORKBENCH_QUERY_HISTORY/bigdata-war/src/html/css/style.css
Modified: branches/WORKBENCH_QUERY_HISTORY/bigdata-war/src/html/css/style.css
===================================================================
--- branches/WORKBENCH_QUERY_HISTORY/bigdata-war/src/html/css/style.css 2014-06-10 22:02:47 UTC (rev 8461)
+++ branches/WORKBENCH_QUERY_HISTORY/bigdata-war/src/html/css/style.css 2014-06-10 22:43:25 UTC (rev 8462)
@@ -167,6 +167,7 @@
margin-left: 25%;
background-color: white;
padding: 20px;
+ z-index: 4;
}
#overlay {
@@ -178,6 +179,7 @@
height: 100%;
background-color: grey;
opacity: 0.5;
+ z-index: 3;
}
.modal-open #overlay {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|