Update index.html
This commit is contained in:
parent
dc45865263
commit
afc44f2a79
|
@ -653,8 +653,21 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="btn-row row-reverse wrap">
|
||||
<button class="btn btn-rounded btn-grey" type="submit" title="CTRL/⌘ + ENTER" data-i18n-key="dialogs.send" data-i18n-attrs="text" disabled></button>
|
||||
<button class="btn btn-rounded btn-grey" type="button" title="ESCAPE" data-i18n-key="dialogs.cancel" data-i18n-attrs="text" close></button>
|
||||
<button
|
||||
class="btn btn-rounded btn-grey"
|
||||
type="submit"
|
||||
title="CTRL/⌘ + ENTER"
|
||||
data-i18n-key="dialogs.send"
|
||||
data-i18n-attrs="text"
|
||||
disabled>
|
||||
|
||||
<lord-icon
|
||||
src="https://cdn.lordicon.com/lomfljuq.json"
|
||||
trigger="click"
|
||||
style="width:250px;height:250px">
|
||||
</lord-icon>
|
||||
|
||||
</button> <button class="btn btn-rounded btn-grey" type="button" title="ESCAPE" data-i18n-key="dialogs.cancel" data-i18n-attrs="text" close></button>
|
||||
</div>
|
||||
</x-paper>
|
||||
</x-background>
|
||||
|
|
Loading…
Reference in New Issue