From 84b01ba58bc182b28dfa33ba75d8fabc3e0d4c31 Mon Sep 17 00:00:00 2001 From: Daniela Arcese Date: Thu, 27 Jul 2017 16:40:43 -0400 Subject: [PATCH] don't allow text selection on percentage --- public/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/main.css b/public/main.css index 9e2ea274..837d0aef 100644 --- a/public/main.css +++ b/public/main.css @@ -391,6 +391,9 @@ tbody { top: 53px; left: 246.75px; width: 98.5px; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .percent-number {