mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:16 +01:00
make it harder to hit close button of tabs on accident --Regarding Ticket #101031
This commit is contained in:
parent
b7a12136ec
commit
2754bee19e
@ -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;
|
||||
|
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user