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 fd14c1c3b8
commit 89d205654b
2 changed files with 16 additions and 13 deletions

View File

@ -215,7 +215,7 @@ class Image
'symlink' => 'reply',
'tag_message' => 'tag',
'tentative' => 'clock-history',
'timestamp' => 'magic',
'timestamp' => 'pin-map',
//'unlock' => 'unlock',
'up' => 'arrow-bar-up',
'update' => 'shield-exclamation',

View File

@ -145,21 +145,24 @@ 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 h1 {
display: none;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
width: 40px !important;
height: 28px !important;
margin: 0;
padding: 0;
padding-top: .2em;
padding-right:.5em;
padding-left: .5em;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header{
padding: 0 0.5em;
overflow: initial;
h1 {
display: none;
}
img.egw_fw_ui_tab_icon {
width: 40px !important;
height: 28px !important;
margin: 0;
padding: 0;
padding-top: .2em;
padding-right: .5em;
padding-left: .5em;
}
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover:not(.egw_fw_ui_tab_header_active){