From a5af8bd33a812ec2e5b54270cb8550d7b3212c8d Mon Sep 17 00:00:00 2001 From: Hiro Inami Date: Thu, 1 Mar 2012 21:01:55 -0800 Subject: [PATCH] Added css to block mouse selection --- jquery.mobile.flip.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jquery.mobile.flip.css b/jquery.mobile.flip.css index 25078c1..a2682d7 100644 --- a/jquery.mobile.flip.css +++ b/jquery.mobile.flip.css @@ -3,6 +3,10 @@ position: relative; -webkit-perspective: 3000px; -moz-perspective: 3000px; + + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; } .flipContent {