From 8e1b30b2ad16587a9572c75f9cb71cc1ac3e2e27 Mon Sep 17 00:00:00 2001 From: Matthew Borden Date: Thu, 10 Jul 2014 19:05:25 +1000 Subject: [PATCH] stuff is working more and more --- build/Squire-UI.css | 9 ++++++++- ui/Squire-UI.css | 9 ++++++++- ui/Squire-UI.html | 24 ++++++++++++------------ ui/Squire-UI.js | 4 ++-- 4 files changed, 30 insertions(+), 16 deletions(-) diff --git a/build/Squire-UI.css b/build/Squire-UI.css index bd6af5c..51ca6e0 100644 --- a/build/Squire-UI.css +++ b/build/Squire-UI.css @@ -87,7 +87,14 @@ input[type=text] { .menu .item:first-child { border-left:none; } - +.menu { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} .drop { border: 1px solid #dbdbdb; padding: 14px; diff --git a/ui/Squire-UI.css b/ui/Squire-UI.css index cf07eb6..9f505a0 100644 --- a/ui/Squire-UI.css +++ b/ui/Squire-UI.css @@ -87,7 +87,14 @@ input[type=text] { .menu .item:first-child { border-left:none; } - +.menu { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} .drop { border: 1px solid #dbdbdb; padding: 14px; diff --git a/ui/Squire-UI.html b/ui/Squire-UI.html index 968c630..b04a3b6 100644 --- a/ui/Squire-UI.html +++ b/ui/Squire-UI.html @@ -1,24 +1,24 @@