Make the applink icon clear action a bit clearer

This commit is contained in:
Johannes Zellner
2022-10-06 19:29:35 +02:00
parent a285ebc749
commit 458e02c0a0
4 changed files with 8 additions and 6 deletions

View File

@@ -58,7 +58,7 @@
<img ng-src="{{ applinksEdit.iconUrl() || 'img/appicon_fallback.png' }}" fallback-icon="img/appicon_fallback.png" onerror="imageErrorHandler(this)"/>
<div class="overlay"></div>
</div>
<a href="" style="font-weight: normal;" ng-click="applinksEdit.resetCustomIcon()">{{ 'app.applinks.clearIconAction' | tr }}</a><span class="text-small">{{ 'app.applinks.clearIconDescription' | tr }}</span>
<a href="" style="font-weight: normal;" ng-click="applinksEdit.resetCustomIcon()">{{ 'app.applinks.clearIconAction' | tr }}</a> - <span class="text-small">{{ 'app.applinks.clearIconDescription' | tr }}</span>
<input type="file" id="applinksEditIconFileInput" style="display: none" accept="image/png"/>
</div>