mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
Try to fix some icon alignment issues
This commit is contained in:
parent
f35945eac9
commit
135eea076a
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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%);
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user