Try to fix some icon alignment issues

This commit is contained in:
nathan 2024-08-28 17:48:17 -06:00
parent f35945eac9
commit 135eea076a
6 changed files with 26 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export default css`
font-variant: normal;
text-transform: none;
line-height: 1;
vertical-align: -.125em;
vertical-align: middle;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

View File

@ -6830,6 +6830,11 @@ table.egwGridView_grid img.et2_appicon {
--sl-color-gray-150: hsl(240, 4.9%, 92.5%);
--track-width: 3px;
}
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
vertical-align: middle;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #addressbook_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(0, 51, 102, 0.3);
border-left: 4px solid #003366 !important;

View File

@ -6833,6 +6833,11 @@ table.egwGridView_grid img.et2_appicon {
--sl-color-gray-150: hsl(240, 4.9%, 92.5%);
--track-width: 3px;
}
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
vertical-align: middle;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #addressbook_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(0, 51, 102, 0.3);
border-left: 4px solid #003366 !important;

View File

@ -6823,6 +6823,11 @@ table.egwGridView_grid img.et2_appicon {
--sl-color-gray-150: hsl(240, 4.9%, 92.5%);
--track-width: 3px;
}
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
vertical-align: middle;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #addressbook_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(0, 51, 102, 0.3);
border-left: 4px solid #003366 !important;

View File

@ -31,6 +31,11 @@
--track-width: 3px;
}
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
vertical-align: middle;
}
// Addressbook
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #addressbook_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: fade(@addressbook-color, 30%);

View File

@ -6641,6 +6641,11 @@ span.egw_tutorial_title {
--sl-color-gray-150: hsl(240, 4.9%, 92.5%);
--track-width: 3px;
}
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
vertical-align: middle;
}
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #addressbook_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
background-color: rgba(0, 51, 102, 0.3);
border-left: 4px solid #003366 !important;