Browse Source

Fix #2032 UI overlay issues

Jaap Marcus 4 years ago
parent
commit
b65888fd31

File diff suppressed because it is too large
+ 0 - 0
web/css/dependencies/jquery-ui.custom.min.css


+ 12 - 1
web/css/src/dependencies/jquery-ui.custom.css

@@ -7,6 +7,7 @@
 	left: 0;
 	left: 0;
 	padding: .2em;
 	padding: .2em;
 	outline: 0;
 	outline: 0;
+	z-index: 1000 !important;
 }
 }
 .ui-dialog .ui-dialog-titlebar {
 .ui-dialog .ui-dialog-titlebar {
 	padding: .4em 1em;
 	padding: .4em 1em;
@@ -136,4 +137,14 @@
 
 
 .ui-tabs-panel{
 .ui-tabs-panel{
 	clear:both !important;
 	clear:both !important;
-}
+}
+
+.ui-widget-overlay {
+	 background-color: rgba(0,0,0,0.9);
+	 height: 100%;
+	 width:100%;
+	 z-index: 999 !important;
+	 position: absolute;
+	 top:0px;
+	 left:0px;
+ }

Some files were not shown because too many files changed in this diff