diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index 0e1b340b54..613a054b32 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -473,12 +473,15 @@ + + {{ Icon('font', 'circle', '', true, 'fas fa-stack-2x') }} {{ Icon('font', { 'link' : forums.S_FORUM_LINK, 'lock' : forums.S_FORUM_LOCKED, 'comments' : forums.S_SUBFORUMS, 'comment' : true, - }, '', true, 'fas acp-icon-large') }} + }, '', true, 'fas fa-inverse fa-stack-1x') }} +
{forums.FORUM_IMAGE}
diff --git a/phpBB/adm/style/acp_modules.html b/phpBB/adm/style/acp_modules.html index 0197ed2263..a4ff0aea97 100644 --- a/phpBB/adm/style/acp_modules.html +++ b/phpBB/adm/style/acp_modules.html @@ -133,11 +133,14 @@ + + {{ Icon('font', 'circle', '', true, 'fas fa-stack-2x') }} {{ Icon('font', { 'lock' : not modules.MODULE_ENABLED, 'folder-tree' : modules.S_SUB_MODULE, - 'folder-open' : true, - }, '', true, 'fas acp-icon-large') }} + 'folder' : true, + }, '', true, 'fas fa-inverse fa-stack-1x') }} + {modules.MODULE_TITLE} [{L_HIDDEN_MODULE}]  {L_DISABLE}{L_ENABLE}  diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 83b733ae44..e8e099a802 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -2965,11 +2965,6 @@ fieldset.permissions .permissions-switch { font-style: normal; } -.acp-icon-large { - font-size: 20px; - padding: 10px 0; -} - .send-stats-data-row { background: #f9f9f9; border: #dedede 1px solid;