Skip to content

Commit 7551729

Browse files
committed
[prep-release-4.0.0] Fix installer icons
1 parent e362789 commit 7551729

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

phpBB/adm/style/admin.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ li {
663663

664664
#menu li span.completed:before {
665665
font-family: "Font Awesome 6 Free";
666+
font-weight: 900;
666667
color: #515f77;
667668
margin-right: 1px;
668669
margin-left: -8px;
@@ -676,6 +677,7 @@ li {
676677

677678
.rtl #menu li span.completed:before {
678679
font-family: "Font Awesome 6 Free";
680+
font-weight: 900;
679681
color: #515f77;
680682
margin-right: -8px;
681683
margin-left: 1px;
@@ -2858,12 +2860,14 @@ fieldset.permissions .permissions-switch {
28582860

28592861
.roles-options > span:after {
28602862
font-family: "Font Awesome 6 Free";
2863+
font-weight: 900;
28612864
float: right;
28622865
content: "\f107";
28632866
}
28642867

28652868
.rtl .roles-options > span:after {
28662869
font-family: "Font Awesome 6 Free";
2870+
font-weight: 900;
28672871
float: left;
28682872
content: "\f107";
28692873
}

phpBB/config/installer/container/services.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ imports:
99
- { resource: ../../default/container/services_php.yml }
1010
- { resource: ../../default/container/services_routing.yml }
1111
- { resource: ../../default/container/services_twig.yml }
12+
- { resource: ../../default/container/services_twig_extensions.yml }
1213

1314
services:
1415
assets.bag:

0 commit comments

Comments
 (0)