mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +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;
|
font-variant: normal;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
vertical-align: -.125em;
|
vertical-align: middle;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-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%);
|
--sl-color-gray-150: hsl(240, 4.9%, 92.5%);
|
||||||
--track-width: 3px;
|
--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 {
|
#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);
|
background-color: rgba(0, 51, 102, 0.3);
|
||||||
border-left: 4px solid #003366 !important;
|
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%);
|
--sl-color-gray-150: hsl(240, 4.9%, 92.5%);
|
||||||
--track-width: 3px;
|
--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 {
|
#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);
|
background-color: rgba(0, 51, 102, 0.3);
|
||||||
border-left: 4px solid #003366 !important;
|
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%);
|
--sl-color-gray-150: hsl(240, 4.9%, 92.5%);
|
||||||
--track-width: 3px;
|
--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 {
|
#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);
|
background-color: rgba(0, 51, 102, 0.3);
|
||||||
border-left: 4px solid #003366 !important;
|
border-left: 4px solid #003366 !important;
|
||||||
|
@ -31,6 +31,11 @@
|
|||||||
--track-width: 3px;
|
--track-width: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bi::before,
|
||||||
|
[class^="bi-"]::before,
|
||||||
|
[class*=" bi-"]::before {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
// Addressbook
|
// Addressbook
|
||||||
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #addressbook_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
|
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #addressbook_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
|
||||||
background-color: fade(@addressbook-color, 30%);
|
background-color: fade(@addressbook-color, 30%);
|
||||||
|
@ -6641,6 +6641,11 @@ span.egw_tutorial_title {
|
|||||||
--sl-color-gray-150: hsl(240, 4.9%, 92.5%);
|
--sl-color-gray-150: hsl(240, 4.9%, 92.5%);
|
||||||
--track-width: 3px;
|
--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 {
|
#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);
|
background-color: rgba(0, 51, 102, 0.3);
|
||||||
border-left: 4px solid #003366 !important;
|
border-left: 4px solid #003366 !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user