|
|
|
@ -4,11 +4,11 @@
|
|
|
|
|
<i class="fa fa-{{icon}} icon-select__icon {{#ifeq ix ../sel}}icon-select__icon--active{{/ifeq}}" data-val="{{ix}}"></i>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="icon-select__items icon-select__items--custom">
|
|
|
|
|
<div class="icon-select__items icon-select__items--actions">
|
|
|
|
|
<input type="file" class="icon-select__file-input hide-by-pos" accept="image/*" />
|
|
|
|
|
{{#if canDownloadFavicon}}
|
|
|
|
|
<span class="icon-select__icon icon-select__icon-btn icon-select__icon-download"
|
|
|
|
|
data-val="special" data-special="download" title="{{res 'iconFavTitle'}}">
|
|
|
|
|
<span class="icon-select__icon icon-select__icon-btn icon-select__icon-download"
|
|
|
|
|
data-val="special" data-special="download" title="{{res 'iconFavTitle'}}">
|
|
|
|
|
<i class="fa fa-cloud-download-alt"></i>
|
|
|
|
|
</span>
|
|
|
|
|
{{/if}}
|
|
|
|
@ -16,6 +16,9 @@
|
|
|
|
|
data-val="special" data-special="select" title="{{res 'iconSelCustom'}}">
|
|
|
|
|
<i class="fa fa-ellipsis-h"></i>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
{{#if hasCustomIcons}}
|
|
|
|
|
<div class="icon-select__items icon-select__items--custom">
|
|
|
|
|
{{#each customIcons as |icon ci|}}
|
|
|
|
|
<span class="icon-select__icon icon-select__icon-btn icon-select__icon-custom {{#ifeq ci ../sel}}icon-select__icon--active{{/ifeq}}"
|
|
|
|
|
data-val="{{ci}}">
|
|
|
|
@ -23,4 +26,5 @@
|
|
|
|
|
</span>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
{{/if}}
|
|
|
|
|
</div>
|
|
|
|
|