@@ -47,7 +47,7 @@
- {{ Icon('iconify', 'fa:search', lang('SEARCH'), false) }}
+ {{ Icon('font', 'search', lang('SEARCH'), false) }}
{% endif %}
@@ -57,14 +57,14 @@
{% if S_DISPLAY_MEMBERLIST %}
- {{ Icon('iconify', 'fa:group', lang('MEMBERLIST'), false) }}
+ {{ Icon('font', 'users', lang('MEMBERLIST'), false) }}
{% endif %}
{% if U_TEAM %}
- {{ Icon('iconify', 'fa:shield', lang('THE_TEAM'), false) }}
+ {{ Icon('font', 'shield', lang('THE_TEAM'), false) }}
{% endif %}
diff --git a/phpBB/styles/prosilver/theme/icons.css b/phpBB/styles/prosilver/theme/icons.css
index 733d309e52..35245ab0a1 100644
--- a/phpBB/styles/prosilver/theme/icons.css
+++ b/phpBB/styles/prosilver/theme/icons.css
@@ -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 */
}