fix: skins/themes save buttons. remove material icons from header

This commit is contained in:
Barış Soner Uşaklı
2022-10-25 18:01:31 -04:00
parent 299b53a3ee
commit 9d290a4f6e
3 changed files with 2 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<div data-type="bootswatch" data-theme="" data-css="">
<button data-action="use" class="btn btn-primary position-fixed bottom-0 end-0 px-3 py-2 mb-4 me-4 rounded-circle fs-4" type="button" style="width: 64px; height: 64px;">
<i class="material-icons">undo</i>
<i class="fa fa-fw fas fa-rotate-left"></i>
</button>
</div>
</div>

View File

@@ -5,5 +5,5 @@
</div>
<button id="revert_theme" class="btn btn-primary position-fixed bottom-0 end-0 px-3 py-2 mb-4 me-4 rounded-circle fs-4" type="button" style="width: 64px; height: 64px;">
<i class="material-icons">undo</i>
<i class="fa fa-fw fas fa-rotate-left"></i>
</button>

View File

@@ -6,7 +6,6 @@
{{{each metaTags}}}{function.buildMetaTag}{{{end}}}
{{{each linkTags}}}{function.buildLinkTag}{{{end}}}
<link rel="stylesheet" type="text/css" href="{relative_path}/assets/admin.css?{cache-buster}" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<script>
var config = JSON.parse('{{configJSON}}');