From b84b64c79c72b8209d496dd01c8d61435dc06f31 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 16 Feb 2018 13:26:41 -0500 Subject: [PATCH] Avoid user-select as a byproduct of using the control and clicking --- css/80_app.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index 42c33da6f..ee4a32e3d 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -1894,6 +1894,11 @@ input[type=number] { color: #888; text-align: center; pointer-events: none; + + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; } .restriction-help span {