Fix cursor on the copy box
This commit is contained in:
parent
6d0855f4fc
commit
2d8d0c6fd3
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue