make it harder to hit close button of tabs on accident --Regarding Ticket #101031

This commit is contained in:
milan 2024-12-05 11:16:36 +01:00
parent b7a12136ec
commit 2754bee19e
2 changed files with 2 additions and 4 deletions

View File

@ -7307,7 +7307,6 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
height: 41px;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
gap: 1em;
padding-top: 5px;
height: 37px;
}
@ -7327,7 +7326,7 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
padding-left: 0.5em;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header {
padding: 0;
padding: 0 0.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) {
border-top: 0;

View File

@ -138,7 +138,6 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
}
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header{
gap:1em;
padding-top: 5px;
height: 37px;
.egw_fw_ui_tab_header_active {
@ -160,7 +159,7 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
padding-left: .5em;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header{
padding: 0;
padding: 0 0.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){