Stop border of active application tab from going below header line

This commit is contained in:
nathan 2024-11-05 13:35:18 -07:00
parent d008d78ba1
commit fd624806dc
2 changed files with 8 additions and 0 deletions

View File

@ -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;

View File

@ -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 {