* address list addresses always in uppercase

+ copy address list address to clipboard
+ show address names under the addresses in the send screen
This commit is contained in:
Taegus
2019-02-03 11:13:36 +01:00
parent 3fa90b2e48
commit 91356cfc8f
5 changed files with 49 additions and 7 deletions

View File

@@ -390,4 +390,9 @@ div.noAddressWrapper {
font-size: 1.5em;
text-decoration: underline;
margin-bottom: 10px;
}
#sendFromAddressName,
#sendToAddressName {
font-size: 95%;
}