+ address list for recipient

+ filter table helper
* copy address simply by clicking on it
This commit is contained in:
Taegus
2018-12-17 17:42:19 +01:00
parent 6013c6f2d7
commit 1468eba97c
11 changed files with 153 additions and 65 deletions

View File

@@ -124,6 +124,12 @@ body.pg-loaded > .inner {
height: 150px;
}
#dlgAddressListBody {
margin: 0px;
padding: 20px;
background-color: #333;
}
.btn-dialog-confirm {
position: absolute;
bottom: 10px;
@@ -316,6 +322,18 @@ div.noWalletsWrapper {
justify-content: center;
}
.btnCopyWalletAddress {
margin-right: 10px;
.textAddress {
cursor: pointer;
}
.addressInputWrapper {
display: flex;
}
#addressToolbar {
display: flex;
}
#addressListFilter {
color: #aaa;
}