Fix cursor on the copy box

This commit is contained in:
Joseph Schorr 2015-03-26 12:00:13 -04:00
parent 6d0855f4fc
commit 2d8d0c6fd3

View file

@ -2330,6 +2330,7 @@ p.editable:hover i {
.copy-box-element input {
border: 0px;
padding-right: 32px;
cursor: pointer !important;
}
.copy-box-element .copy-container .copy-icon {