Skip to content

Commit

Permalink
Make URL ane extra information unselectable
Browse files Browse the repository at this point in the history
This allows you to just click Ctrl-A and select the paste, without
highlighting any of the other garbage like URL or explanatory text.
  • Loading branch information
felixphew committed Apr 11, 2017
1 parent b544d90 commit ef320ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions html/paste.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
margin: 10pt;
font: 10pt 'Fira Sans Condensed', sans-serif;
text-align: right;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}

aside h1 {
Expand Down

0 comments on commit ef320ad

Please sign in to comment.