1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +02:00

Merge pull request #5957 from rxu/ticket/16452

[ticket/16452] Upgrade to FontAwesome 5
This commit is contained in:
mrgoldy
2020-05-02 22:38:02 +02:00
34 changed files with 9387 additions and 2692 deletions

View File

@@ -2639,7 +2639,7 @@ fieldset.permissions .padding {
.send-stats-tile h2 {
margin-top: 0;
text-align: center;
padding-bottom: 1em;
padding-bottom: 1em;
}
.send-stats-tile i {
@@ -2647,7 +2647,8 @@ fieldset.permissions .padding {
}
.icon {
font-family: FontAwesome;
font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
font-weight: 900;
font-style: normal;
}
@@ -2698,12 +2699,14 @@ fieldset.permissions .padding {
}
.send-stats-settings input[type=checkbox] + label:before {
content: "\f096";
font-family: FontAwesome;
font-family: "Font Awesome 5 Free";
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,6 +8,7 @@
<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>