Merge pull request #200 from kevinhaendel/master

Added "user-select" option to line numbers & messages
master
John Crepezzi 5 years ago committed by GitHub
commit f3b0de745b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      static/application.css

@ -33,6 +33,7 @@ textarea {
font-size: 13px; font-size: 13px;
font-family: monospace; font-family: monospace;
text-align: right; text-align: right;
user-select: none;
} }
/* code box when locked */ /* code box when locked */
@ -119,6 +120,7 @@ textarea {
font-size: 12px; font-size: 12px;
line-height: 14px; line-height: 14px;
padding: 10px 15px; padding: 10px 15px;
user-select: none;
} }
#box3 .label, #messages li { #box3 .label, #messages li {

Loading…
Cancel
Save