Unverified Commit f3b0de74 authored by John Crepezzi's avatar John Crepezzi Committed by GitHub
Browse files

Merge pull request #200 from kevinhaendel/master

Added "user-select" option to line numbers & messages
parents cc8a9975 16d529e9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ textarea {
	font-size: 13px;
	font-family: monospace;
	text-align: right;
	user-select: none;
}

/* code box when locked */
@@ -119,6 +120,7 @@ textarea {
	font-size: 12px;
	line-height: 14px;
	padding: 10px 15px;
	user-select: none;
}

#box3 .label, #messages li {