unveil: init
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
M static/style.css → static/style.css
@@ -210,6 +210,11 @@ } .line-numbers { white-space: pre-line; + -moz-user-select: -moz-none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; + user-select: none; } .file-wrapper {