CSS Flare

This commit is contained in:
FallenGravity
2019-10-19 19:54:41 +02:00
parent 06e6ae53c0
commit 4823427fa1
3 changed files with 210 additions and 58 deletions

View File

@@ -15,10 +15,10 @@
<label for="sendToAddress" class="active">To address:</label>
<div class="addressInputWrapper">
<input id="sendToAddress" placeholder="recipient address" type="text">
<button type="button" class="btn btn-etho btnSendToolButton" id="btnAddToAddressBook">
<button type="button" class="btn button3 btnSendToolButton" id="btnAddToAddressBook">
<i class="fas fa-plus"></i>
</button>
<button type="button" class="btn btn-etho btnSendToolButton" id="btnLookForToAddress">
<button type="button" class="btn button3 btnSendToolButton" id="btnLookForToAddress">
<i class="fas fa-search"></i>
</button>
</div>
@@ -33,13 +33,13 @@
<div class="input-field col s6">
<div class="input-field col s12">
<span id="sendMaxAmmount">0</span><span>ETHO</span>
<button type="button" class="btn btn-etho" id="btnSendAll">ALL</button>
<button type="button" class="button4" id="btnSendAll">ALL</button>
</div>
</div>
</div>
<div class="row">
<div class="input-field col s12">
<button type="button" class="btn btn-etho" id="btnSendTransaction">Send</button>
<button type="button" class="button4" id="btnSendTransaction">Send</button>
</div>
</div>
</form>
@@ -96,7 +96,7 @@
<label for="usr">Type Password:</label>
<input type="password" class="form-control" id="walletPassword">
</div>
<button type="button" class="btn btn-etho btn-dialog-confirm" id="btnSendWalletPasswordConfirm">Confirm</button>
<button type="button" class="btn button3 btn-dialog-confirm" id="btnSendWalletPasswordConfirm">Confirm</button>
</div>
</div>
@@ -112,7 +112,7 @@
<label for="usr">Address Name:</label>
<input type="text" class="form-control" id="inputAddressName">
</div>
<button type="button" class="btn btn-etho btn-dialog-confirm" id="btnAddAddressToBookConfirm">Confirm</button>
<button type="button" class="btn button3 btn-dialog-confirm" id="btnAddAddressToBookConfirm">Confirm</button>
</div>
</div>
<span id="nodestorage" style="display:none;">Loading</span>