WIP cleanup css revert too much removed css

This commit is contained in:
milan 2024-12-12 16:22:30 +01:00
parent f688572dbf
commit ff396d74b3
3 changed files with 19 additions and 0 deletions

View File

@ -4623,6 +4623,12 @@ body.scrollVertical {
margin: 0 15px 2px 2px;
vertical-align: text-top;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
display: inline-block;
width: 16px;
height: 16px;
margin: 5px 1px 0 1em;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active {
border-left: 1px solid #bfc0bf;
border-right: 1px solid #bfc0bf;

View File

@ -4616,6 +4616,12 @@ body.scrollVertical {
margin: 0 15px 2px 2px;
vertical-align: text-top;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
display: inline-block;
width: 16px;
height: 16px;
margin: 5px 1px 0 1em;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active {
border-left: 1px solid #bfc0bf;
border-right: 1px solid #bfc0bf;

View File

@ -131,6 +131,13 @@
margin:0 15px 2px 2px;
vertical-align: text-top;
}
// Images
img.egw_fw_ui_tab_icon {
display: inline-block;
.dimension_width_height_s;
margin: 5px 1px 0 1em;
}
}
/*active Tabs*/