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:
@@ -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;
|
||||
}
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user