change 'insert timestamp' icon from 'magic' to 'pin-map' regarding #101741

Also removed ellipsis from fancy tab header

(cherry picked from commit 4c4725883e)
This commit is contained in:
milan 2024-12-12 17:10:20 +01:00
parent 36de06b157
commit cec8fa22e6

View File

@ -7283,6 +7283,10 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active {
border-bottom-width: 0px !important;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header {
padding: 0 0.5em;
overflow: initial;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
display: none;
}
@ -7295,9 +7299,6 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
padding-right: 0.5em;
padding-left: 0.5em;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header {
padding: 0 0.5em;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tab_close_button {
background-size: 12px 12px;
right: 0px;