1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 01:30:32 +02:00

FontAwesome 5 added to admin area and bootstrap3 theme. $tp->toIcon() supports SVG sizing 2x, 3x etc.

This commit is contained in:
Cameron
2021-01-30 19:21:23 -08:00
parent 151396b1a3
commit 2dedc8719f
11 changed files with 171 additions and 84 deletions

View File

@@ -1890,7 +1890,7 @@ tr.highlight-even, .table-striped > tbody > tr.highlight-even { background-colo
.admin-left-panel-collapsed .admin-menu .panel-heading { border-top-right-radius: 10px;
border-bottom-right-radius: 10px; }
.adminlist img.icon { max-width: 64px }
@media (min-width: 1101px ){

View File

@@ -20,7 +20,7 @@
</screenshots>
<libraries>
<library name="bootstrap" version="3" scope="all"/>
<library name="fontawesome" version="4" scope="all"/>
<library name="fontawesome" version="5" scope="all"/>
<library name="bootstrap.editable" scope="admin"/>
</libraries>
<stylesheets>