diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 3243d0eb24..b5a66914f1 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -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; } diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index fa361d6016..d6f1cf73d7 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -8,6 +8,7 @@ {PAGE_TITLE} + + diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index 905d25096f..1c2d08adf6 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -24,6 +24,7 @@ + diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index eb04c66223..ec278d6471 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -363,7 +363,7 @@ a.header-avatar img { a.header-avatar span:after { content: '\f0dd'; display: inline-block; - font: normal normal normal 14px/1 FontAwesome; + font: normal normal bold 14px/1 'Font Awesome 5 Free'; padding-left: 6px; padding-top: 2px; vertical-align: top; diff --git a/phpBB/styles/prosilver/theme/icons.css b/phpBB/styles/prosilver/theme/icons.css index 3ac598486c..9d5ccc1488 100644 --- a/phpBB/styles/prosilver/theme/icons.css +++ b/phpBB/styles/prosilver/theme/icons.css @@ -11,10 +11,10 @@ */ .icon, .button .icon, blockquote cite:before, .uncited:before { display: inline-block; - font-weight: normal; + font-weight: 900; font-style: normal; font-variant: normal; - font-family: FontAwesome; + font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; font-size: 14px; line-height: 1; text-rendering: auto; /* optimizelegibility throws things off #1094 */ @@ -22,9 +22,9 @@ -moz-osx-font-smoothing: grayscale; } -.icon:before { padding-right: 2px; } +.icon { padding-right: 2px; } -.button .icon:before { +.button .icon { padding-right: 0; }