Skip to content

Commit 6eb65df

Browse files
committed
MAGETWO-32310: Pop-ups
1 parent c392458 commit 6eb65df

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

app/design/adminhtml/Magento/backend/web/css/override.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2667,7 +2667,9 @@ fieldset[disabled] .admin__control-text + .ui-datepicker-trigger {
26672667
}
26682668
.popup-window {
26692669
background: #ffffff;
2670-
z-index: 1010 !important;
2670+
}
2671+
.popup-window.dialog {
2672+
z-index: 900 !important;
26712673
}
26722674
.popup-window .table_window > tbody > tr > td {
26732675
background: #ffffff;

app/design/adminhtml/Magento/backend/web/css/source/_popups.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
.popup-window {
394394
background: @popup__background-color;
395395
&.dialog {
396-
z-index: 1010 !important;
396+
z-index: 900 !important;
397397
}
398398

399399
.table_window > tbody > tr > td {

lib/web/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
.clearlooks2, .clearlooks2 div, .clearlooks2 span, .clearlooks2 a {vertical-align:baseline; text-align:left; position:absolute; border:0; padding:0; margin:0; background:transparent; font-family:Arial,Verdana; font-size:11px; color:#000; text-decoration:none; font-weight:normal; width:auto; height:auto; overflow:hidden; display:block}
55

66
/* General */
7-
.clearlooks2 {position:absolute; direction:ltr}
7+
.clearlooks2 {position:absolute; direction:ltr; z-index:920 !important;}
88
.clearlooks2 .mceWrapper {position:static}
99
.mceEventBlocker {position:fixed; left:0; top:0; background:url(img/horizontal.gif) no-repeat 0 -75px; width:100%; height:100%}
1010
.clearlooks2 .mcePlaceHolder {border:1px solid #000; background:#888; top:0; left:0; opacity:0.5; -ms-filter:'alpha(opacity=50)'; filter:alpha(opacity=50)}
11-
.clearlooks2_modalBlocker {position:fixed; left:0; top:0; width:100%; height:100%; background:#000; opacity:0.35; -ms-filter:'alpha(opacity=35)'; filter:alpha(opacity=35); display:none}
11+
.clearlooks2_modalBlocker {position:fixed; left:0; top:0; width:100%; height:100%; background:#000; opacity:0.35; -ms-filter:'alpha(opacity=35)'; filter:alpha(opacity=35); display:none; z-index:910 !important;}
1212

1313
/* Top */
1414
.clearlooks2 .mceTop, .clearlooks2 .mceTop div {top:0; width:100%; height:23px}

0 commit comments

Comments
 (0)