Fix tooltip was under calendar popup

This commit is contained in:
nathan 2023-06-14 09:04:01 -06:00
parent f0361f5230
commit c213ebb17d
4 changed files with 13 additions and 12 deletions

View File

@ -1456,7 +1456,7 @@ div.et2_vfsPath li img {
background-color: #FDF9DB;
max-width: 300px;
color: black;
z-index: 1002;
z-index: 10002;
-webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
@ -4086,6 +4086,7 @@ body .flatpickr-calendar {
}
.flatpickr-calendar.open {
/* egw tooltips are z-index: 10002, calendar needs to stay below that */
z-index: 10000;
}

View File

@ -88,6 +88,7 @@
html[data-darkmode='1'] sl-menu-item [slot="prefix"],
html[data-darkmode='1'] iframe,
html[data-darkmode='1'] et2-lavatar[image=""]::part(base),
html[data-darkmode='1'] et2-avatar[id="_cropper_image"],
html[data-darkmode='1'] video,
html[data-darkmode='1'] #loginMainDiv,
html[data-darkmode='1'] .et2_taglist_tags_icon,
@ -7107,7 +7108,6 @@ table.egwGridView_grid img.et2_appicon {
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_calls {
background-image: url(../../api/templates/default/images/phone.svg);
background-repeat: no-repeat;
background-size: 20px;
background-position-x: -2px;
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon img[src*="svg"] {

View File

@ -68,6 +68,7 @@
html[data-darkmode='1'] sl-menu-item [slot="prefix"],
html[data-darkmode='1'] iframe,
html[data-darkmode='1'] et2-lavatar[image=""]::part(base),
html[data-darkmode='1'] et2-avatar[id="_cropper_image"],
html[data-darkmode='1'] video,
html[data-darkmode='1'] #loginMainDiv,
html[data-darkmode='1'] .et2_taglist_tags_icon,

View File

@ -9479,4 +9479,3 @@ table.egwGridView_grid img.et2_appicon {
border-radius: 0;
}
}
/*# sourceMappingURL=fw_mobile.css.map */