1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-04 19:51:39 +02:00

[prep-release-4.0.0] Fix installer icons

This commit is contained in:
Marc Alexander
2025-09-25 21:56:41 +02:00
parent e362789602
commit 7551729db2
2 changed files with 5 additions and 0 deletions

View File

@@ -663,6 +663,7 @@ li {
#menu li span.completed:before {
font-family: "Font Awesome 6 Free";
font-weight: 900;
color: #515f77;
margin-right: 1px;
margin-left: -8px;
@@ -676,6 +677,7 @@ li {
.rtl #menu li span.completed:before {
font-family: "Font Awesome 6 Free";
font-weight: 900;
color: #515f77;
margin-right: -8px;
margin-left: 1px;
@@ -2858,12 +2860,14 @@ fieldset.permissions .permissions-switch {
.roles-options > span:after {
font-family: "Font Awesome 6 Free";
font-weight: 900;
float: right;
content: "\f107";
}
.rtl .roles-options > span:after {
font-family: "Font Awesome 6 Free";
font-weight: 900;
float: left;
content: "\f107";
}

View File

@@ -9,6 +9,7 @@ imports:
- { resource: ../../default/container/services_php.yml }
- { resource: ../../default/container/services_routing.yml }
- { resource: ../../default/container/services_twig.yml }
- { resource: ../../default/container/services_twig_extensions.yml }
services:
assets.bag: