1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 20:24:08 +02:00

[ticket/17283] Change first icons to font and adjust icon alignment

PHPBB3-17283
This commit is contained in:
Marc Alexander
2024-01-01 20:38:26 +01:00
parent cb33889999
commit 302e9000e6
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,6 @@ svg {
vertical-align: middle !important;
width: 14px;
height: 14px;
margin-top: -4px;
}
.o-icon-src-mdi,
@@ -40,6 +39,7 @@ svg {
/* stylelint-disable order/properties-order */
-moz-osx-font-smoothing: grayscale;
/* stylelint-enable order/properties-order */
padding: 2px;
text-rendering: auto; /* optimizelegibility throws things off #1094 */
}