mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
Fix tooltip was under calendar popup
This commit is contained in:
parent
f0361f5230
commit
c213ebb17d
@ -1451,16 +1451,16 @@ div.et2_vfsPath li img {
|
||||
}
|
||||
|
||||
.egw_tooltip {
|
||||
position: fixed;
|
||||
border: 1px solid #897f51;
|
||||
background-color: #FDF9DB;
|
||||
max-width: 300px;
|
||||
color: black;
|
||||
z-index: 1002;
|
||||
-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);
|
||||
white-space: pre-wrap;
|
||||
position: fixed;
|
||||
border: 1px solid #897f51;
|
||||
background-color: #FDF9DB;
|
||||
max-width: 300px;
|
||||
color: black;
|
||||
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);
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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"] {
|
||||
|
@ -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,
|
||||
|
@ -9479,4 +9479,3 @@ table.egwGridView_grid img.et2_appicon {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
/*# sourceMappingURL=fw_mobile.css.map */
|
Loading…
Reference in New Issue
Block a user