Improvement - 338 - Allow users to copy the amounts in the Send-screen

This commit is contained in:
Sebastiaan Pasma 2018-05-16 15:24:25 +02:00
commit aa8668b82e
2 changed files with 9 additions and 2 deletions

View file

@ -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;