mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Stop border of active application tab from going below header line
This commit is contained in:
parent
d008d78ba1
commit
fd624806dc
@ -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 {
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
padding-top: 5px;
|
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 {
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -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{
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header{
|
||||||
gap:1em;
|
gap:1em;
|
||||||
padding-top: 5px;
|
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 {
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user