diff --git a/css/main.css b/css/main.css index b63ab76fd..62c46be8c 100644 --- a/css/main.css +++ b/css/main.css @@ -1026,4 +1026,28 @@ a.text-white:hover {color: #ccc;} text-align: left; } +/**** 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; } + + /*-----------------------------------------------------------------*/ diff --git a/css/mobile.css b/css/mobile.css index e57ce9e7d..12e34e065 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -115,5 +115,10 @@ float: none; margin: 0 auto; } + + .btn-copy { + display: none; + } + } diff --git a/views/copayers.html b/views/copayers.html index de32be126..e71e2d6c0 100644 --- a/views/copayers.html +++ b/views/copayers.html @@ -11,7 +11,10 @@
Empty. Create an alias for your addresses
-| Label | -Address | -Creator | -Date | -- | |||||
|---|---|---|---|---|---|---|---|---|---|
| {{info.label}} | -{{addr}} | -{{$root.wallet.publicKeyRing.nicknameForCopayer(info.copayerId)}} | -- | {{info.hidden ? - 'Enable' : 'Disable'}} | +
| Label | +Address | +Creator | +Date | +
|---|