mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/16552] Roll back to FontAwesome 4.7
PHPBB3-16552
This commit is contained in:
@@ -2652,8 +2652,7 @@ fieldset.permissions .padding {
|
||||
}
|
||||
|
||||
.icon {
|
||||
font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
|
||||
font-weight: 900;
|
||||
font-family: FontAwesome;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@@ -2704,14 +2703,11 @@ fieldset.permissions .padding {
|
||||
}
|
||||
|
||||
.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";
|
||||
}
|
||||
|
||||
.send-stats-settings input[type=checkbox]:checked + label:before {
|
||||
font-weight: bold;
|
||||
content: "\f14a";
|
||||
color: #3c763d;
|
||||
}
|
||||
|
Reference in New Issue
Block a user