Improvement - 338 - Allow users to copy the amounts in the Send-screen
This commit is contained in:
parent
12f021979f
commit
aa8668b82e
2 changed files with 9 additions and 2 deletions
|
|
@ -252,6 +252,13 @@
|
|||
position: relative;
|
||||
padding: 10px 30px;
|
||||
|
||||
.text-selectable {
|
||||
-webkit-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.primary-amount {
|
||||
input, .unit, .primary-amount-display {
|
||||
font-size: 1.8em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue