Skip to content

Commit

Permalink
fix: clipboard.css
Browse files Browse the repository at this point in the history
  • Loading branch information
fiteen committed Feb 11, 2020
1 parent b3f7418 commit e7641a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion clipboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@
}
.btn-copy {
border-radius: 3px;
border: 1px solid #fff;
border-width: 0px;
font-size: 13px;
line-height: 20px;
padding: 2px 6px;
position: absolute;
right: 5px;
top: 5px;
background: none;
color: black;
opacity: 0;
outline: none;
-webkit-tap-highlight-color: transparent;
-webkit-appearance: none;
}
.btn-copy span {
margin-left: 5px;
Expand Down

0 comments on commit e7641a5

Please sign in to comment.