1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 03:30:17 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2020-08-06 17:44:03 +02:00
50 changed files with 2914 additions and 9389 deletions

View File

@@ -2919,8 +2919,7 @@ fieldset.permissions .permissions-switch {
}
.icon {
font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
font-weight: 900;
font-family: FontAwesome;
font-style: normal;
}
@@ -2972,14 +2971,12 @@ fieldset.permissions .permissions-switch {
}
.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";
content: "\f096";
}
.send-stats-settings input[type="checkbox"]:checked + label:before {
font-weight: bold;
color: #3c763d;
content: "\f14a";
}