forgot the css

This commit is contained in:
ralf 2022-08-05 16:02:24 +02:00
parent 4ec4a5936b
commit 7a3d017f10

View File

@ -5597,6 +5597,9 @@ span.overlayContainer img.overlay {
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(form-control-input) {
border: none !important;
}
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(form-control) {
margin-left: -3em;
}
#egw_fw_topmenu_info_items img#topmenu_info_error {
width: 16px;
height: 16px;
@ -7717,7 +7720,7 @@ img.et2_button_icon[src*="svg"]:hover {
height: 33px;
}
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active .close {
background-image: url(/egroupware/pixelegg/images/close.svg);
background-image: url(../../api/templates/default/images/close.svg);
width: 18px;
height: 33px;
display: inline-block;