diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 213938dd..c147c8e2 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -1074,12 +1074,12 @@ span.zoom_tool { display: none; } -#svg_source_editor #svg_source_overlay { +.overlay { position: absolute; - top: 0px; - right: 0px; - left: 0px; - bottom: 0px; + top: 0; + right: 0; + left: 0; + bottom: 0; background-color: black; opacity: 0.6; z-index: 5; @@ -1245,18 +1245,6 @@ span.zoom_tool { margin-left: 0; } -#svg_docprops #svg_docprops_overlay, -#svg_prefs #svg_prefs_overlay { - position: absolute; - top: 0px; - right: 0px; - left: 0px; - bottom: 0px; - background-color: black; - opacity: 0.6; - z-index: 20000; -} - #tool_prefs_option { float: right; } @@ -1303,17 +1291,6 @@ span.zoom_tool { display: none; } -#dialog_box_overlay { - background: black; - opacity: .5; - height:100%; - left:0; - position:absolute; - top:0; - width:100%; - z-index: 6; -} - #dialog_content { height: 95px; margin: 10px 10px 5px 10px; diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 7eae9bbc..59a082c9 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -600,7 +600,7 @@