mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-05 12:13:23 +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 {
|
#menu li span.completed:before {
|
||||||
font-family: "Font Awesome 6 Free";
|
font-family: "Font Awesome 6 Free";
|
||||||
|
font-weight: 900;
|
||||||
color: #515f77;
|
color: #515f77;
|
||||||
margin-right: 1px;
|
margin-right: 1px;
|
||||||
margin-left: -8px;
|
margin-left: -8px;
|
||||||
@@ -676,6 +677,7 @@ li {
|
|||||||
|
|
||||||
.rtl #menu li span.completed:before {
|
.rtl #menu li span.completed:before {
|
||||||
font-family: "Font Awesome 6 Free";
|
font-family: "Font Awesome 6 Free";
|
||||||
|
font-weight: 900;
|
||||||
color: #515f77;
|
color: #515f77;
|
||||||
margin-right: -8px;
|
margin-right: -8px;
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
@@ -2858,12 +2860,14 @@ fieldset.permissions .permissions-switch {
|
|||||||
|
|
||||||
.roles-options > span:after {
|
.roles-options > span:after {
|
||||||
font-family: "Font Awesome 6 Free";
|
font-family: "Font Awesome 6 Free";
|
||||||
|
font-weight: 900;
|
||||||
float: right;
|
float: right;
|
||||||
content: "\f107";
|
content: "\f107";
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl .roles-options > span:after {
|
.rtl .roles-options > span:after {
|
||||||
font-family: "Font Awesome 6 Free";
|
font-family: "Font Awesome 6 Free";
|
||||||
|
font-weight: 900;
|
||||||
float: left;
|
float: left;
|
||||||
content: "\f107";
|
content: "\f107";
|
||||||
}
|
}
|
||||||
|
@@ -9,6 +9,7 @@ imports:
|
|||||||
- { resource: ../../default/container/services_php.yml }
|
- { resource: ../../default/container/services_php.yml }
|
||||||
- { resource: ../../default/container/services_routing.yml }
|
- { resource: ../../default/container/services_routing.yml }
|
||||||
- { resource: ../../default/container/services_twig.yml }
|
- { resource: ../../default/container/services_twig.yml }
|
||||||
|
- { resource: ../../default/container/services_twig_extensions.yml }
|
||||||
|
|
||||||
services:
|
services:
|
||||||
assets.bag:
|
assets.bag:
|
||||||
|
Reference in New Issue
Block a user