diff --git a/pixelegg/css/fancy.css b/pixelegg/css/fancy.css index a70f809cf2..10a6f88e1f 100644 --- a/pixelegg/css/fancy.css +++ b/pixelegg/css/fancy.css @@ -7289,6 +7289,10 @@ 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_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 h1 { display: none; diff --git a/pixelegg/css/fancy.less b/pixelegg/css/fancy.less index d665d4acd2..8f98ec6f08 100644 --- a/pixelegg/css/fancy.less +++ b/pixelegg/css/fancy.less @@ -131,6 +131,10 @@ 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 { + border-bottom-width: 0px !important; + } } #egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {