mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16452] Upgrade to FontAwesome 5
PHPBB3-16452
This commit is contained in:
@@ -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,13 +2699,15 @@ fieldset.permissions .padding {
|
||||
}
|
||||
|
||||
.send-stats-settings input[type=checkbox] + label:before {
|
||||
content: "\f096";
|
||||
font-family: FontAwesome;
|
||||
content: "\f0c8";
|
||||
font-family: 'Font Awesome 5 Free';
|
||||
font-weight: normal;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.send-stats-settings input[type=checkbox]:checked + label:before {
|
||||
content: "\f14a";
|
||||
font-weight: bold;
|
||||
color: #3c763d;
|
||||
}
|
||||
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user