1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16552] Roll back to FontAwesome 4.7

PHPBB3-16552
This commit is contained in:
3D-I
2020-07-21 05:12:04 +02:00
committed by Marc Alexander
parent 2060f00f95
commit 4aa3a80558
10 changed files with 15 additions and 24 deletions

View File

@@ -2652,8 +2652,7 @@ fieldset.permissions .padding {
}
.icon {
font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
font-weight: 900;
font-family: FontAwesome;
font-style: normal;
}
@@ -2704,14 +2703,11 @@ fieldset.permissions .padding {
}
.send-stats-settings input[type=checkbox] + label:before {
font-family: "Font Awesome 5 Free";
font-family: FontAwesome;
font-size: 1.5em;
font-weight: normal;
content: "\f0c8";
}
.send-stats-settings input[type=checkbox]:checked + label:before {
font-weight: bold;
content: "\f14a";
color: #3c763d;
}

View File

@@ -8,7 +8,6 @@
<title>{PAGE_TITLE}</title>
<link href="{T_FONT_AWESOME_LINK}" rel="stylesheet">
<link href="{T_FONT_AWESOME_V4SHIMS_LINK}" rel="stylesheet">
<link href="style/admin.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" type="text/css" media="screen" />
<script>