diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 6cb05e1fbc..0b141ff5b2 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -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; } diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 844b770011..a5757d6c8d 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -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"] { diff --git a/pixelegg/css/monochrome.css b/pixelegg/css/monochrome.css index 0a5b4d2739..fbd6cbd09f 100644 --- a/pixelegg/css/monochrome.css +++ b/pixelegg/css/monochrome.css @@ -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, diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 034b51da50..af3fb51dbb 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -9479,4 +9479,3 @@ table.egwGridView_grid img.et2_appicon { border-radius: 0; } } -/*# sourceMappingURL=fw_mobile.css.map */ \ No newline at end of file