remove zero clipboard related

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-28 01:04:37 -03:00
commit 43b09a69ab
5 changed files with 2 additions and 30 deletions

View file

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