diff --git a/static/application.css b/static/application.css index acb5844..4e76b51 100644 --- a/static/application.css +++ b/static/application.css @@ -6,6 +6,7 @@ body, html { } body { + user-select: none; background: #002B36; } @@ -15,6 +16,11 @@ body { height: calc(100% - 40px); } +.text-container > pre, +.text-container > textarea { + user-select: text; +} + /* textarea */ textarea { @@ -180,7 +186,3 @@ textarea { #messages li.error { background:rgba(102,8,0,0.8); } - -#linenos { - user-select: none; -} \ No newline at end of file