diff --git a/css/src/main.css b/css/src/main.css index d58f266fa..68a8abb54 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -1402,29 +1402,6 @@ a.text-warning:hover {color: #FD7262;} border: none; } -/**** Copy to clipboard ****/ - -.btn-copy { - color: #9b9b9b; - display: inline-block; - height: 16px; - width: 16px; - outline: none; - vertical-align: sub; - background: transparent url('../img/icons/copy.png') center center no-repeat; -} - -.btn-copied { - display: inline-block; - width: auto; - color: #16A085; - font-weight: bold; - font-size: 11px; -} - -.btn-copy.zeroclipboard-is-hover { color: #000; } -.btn-copy.zeroclipboard-is-active { opacity: 1; } - .copayer-list-small-height { display: none; } diff --git a/css/src/mobile.css b/css/src/mobile.css index 2430b98aa..ec00c6214 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -168,10 +168,6 @@ padding: 0.5rem; } - .btn-copy { - display: none; - } - .addresses .list-addr contact { margin-left: 0; font-size: 14px; diff --git a/views/copayers.html b/views/copayers.html index b01b23165..526282a0a 100644 --- a/views/copayers.html +++ b/views/copayers.html @@ -22,7 +22,6 @@
{{secret}} -
diff --git a/views/homeWallet.html b/views/homeWallet.html index a54e8b905..1680c8b93 100644 --- a/views/homeWallet.html +++ b/views/homeWallet.html @@ -44,7 +44,7 @@
-

{{$root.addrInfos[0].addressStr}}

+

{{$root.addrInfos[0].addressStr}}

diff --git a/views/modals/backup-text.html b/views/modals/backup-text.html index e6be16bdf..ff9e83d9d 100644 --- a/views/modals/backup-text.html +++ b/views/modals/backup-text.html @@ -1,14 +1,10 @@

Copy backup in a safe place

-
- - Copy to clipboard - + + +
+ Copy this text as it is in a safe place (notepad or email)
-
- -
-
Copy this text as it is in a safe place (notepad or email)
× diff --git a/views/profile.html b/views/profile.html index 4cc0f0fd6..e60646314 100644 --- a/views/profile.html +++ b/views/profile.html @@ -27,13 +27,10 @@
- -
- Copy to clipboard -
-
- Copy this text as it is in a safe place (notepad or email) + + +
+ Copy this text as it is in a safe place (notepad or email)
diff --git a/views/send.html b/views/send.html index 0d1373a38..353dd5922 100644 --- a/views/send.html +++ b/views/send.html @@ -207,7 +207,7 @@ ng-repeat="(addr, info) in $root.wallet.addressBook" ng-class="{'addressbook-disabled': info.hidden}"> {{info.label}} - {{addr}} + {{addr}} {{$root.wallet.publicKeyRing.nicknameForCopayer(info.copayerId)}}