Use fa-times-circle instead of fa-times for clearing actions.
This commit is contained in:
parent
aa5bfce32f
commit
1b8e55f0b4
@ -29,7 +29,7 @@
|
|||||||
<span id="qr-no-file">No selected file</span>
|
<span id="qr-no-file">No selected file</span>
|
||||||
<input id="qr-filename" data-name="filename" spellcheck="false">
|
<input id="qr-filename" data-name="filename" spellcheck="false">
|
||||||
<span id="qr-filesize"></span>
|
<span id="qr-filesize"></span>
|
||||||
<a href="javascript:;" id="qr-filerm" class="fa fa-times" title="Remove file"></a>
|
<a href="javascript:;" id="qr-filerm" class="fa fa-times-circle" title="Remove file"></a>
|
||||||
<input type="checkbox" id="qr-file-spoiler" title="Spoiler image">
|
<input type="checkbox" id="qr-file-spoiler" title="Spoiler image">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -438,7 +438,7 @@ QR =
|
|||||||
className: 'qr-preview'
|
className: 'qr-preview'
|
||||||
draggable: true
|
draggable: true
|
||||||
href: 'javascript:;'
|
href: 'javascript:;'
|
||||||
innerHTML: '<a class="remove fa fa-times"></a><label hidden><input type=checkbox> Spoiler</label><span></span>'
|
innerHTML: '<a class="remove fa fa-times-circle"></a><label hidden><input type=checkbox> Spoiler</label><span></span>'
|
||||||
|
|
||||||
@nodes =
|
@nodes =
|
||||||
el: el
|
el: el
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user