Skip to content

Commit

Permalink
Use Unicode for a nicer close icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwords committed Jul 8, 2020
1 parent 11649ad commit 0e3583a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/skin/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -368,13 +368,12 @@ div.overlay.active {
float: right;
background: none;
border: 0;
font-size: 1.2em;
margin: 0 25;
font-size: 1.4em;
color: #ccc;
}
.overlay_close:before {
content: '[X]';
margin: 5px;
content: '\2716';
margin: 4px;
}
#share_output {
display: block;
Expand Down

0 comments on commit 0e3583a

Please sign in to comment.