From ced3331006e384c4986c16c0ba4568b4458ec487 Mon Sep 17 00:00:00 2001 From: ksjdragon Date: Sat, 22 Oct 2016 16:05:33 -0400 Subject: [PATCH] Removed non-highlighting on admin page --- hourglass/client/main/main.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hourglass/client/main/main.css b/hourglass/client/main/main.css index a00d5ff..b7c174a 100644 --- a/hourglass/client/main/main.css +++ b/hourglass/client/main/main.css @@ -31,12 +31,6 @@ html { pointer-events: all; - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -webkit-transition: color 0.5s ease; -moz-transition: color 0.5s ease; -ms-transition: color 0.5s ease; @@ -86,6 +80,12 @@ body { width: 100%; height: 100%; position: fixed; + + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } #mainHeader {