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:
@@ -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";
|
||||
}
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user