1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[ticket/17291] Fix some classes for compatibility

PHPBB3-17291

Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
Matt Friedman
2024-02-24 00:54:46 -08:00
parent 4adf5ac99f
commit c46b700e22
3 changed files with 8 additions and 3 deletions

View File

@@ -2960,7 +2960,12 @@ fieldset.permissions .permissions-switch {
padding-right: 0.3em;
}
.table1 .o-icon {
.icon {
font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
font-style: normal;
}
.acp-icon-large {
font-size: 20px;
padding: 10px 0;
}