From 8f8730204dbd232c3fa5ee456f876168e8447207 Mon Sep 17 00:00:00 2001 From: Shyam Habarakada Date: Fri, 30 Aug 2013 14:58:38 -0700 Subject: [PATCH] Fix accidental selection issue for IE --- vlv.css | 1 + vlv.min.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/vlv.css b/vlv.css index 6fddc1d..e854140 100644 --- a/vlv.css +++ b/vlv.css @@ -18,6 +18,7 @@ -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; + -ms-user-select: none; user-select: none; } diff --git a/vlv.min.css b/vlv.min.css index e9f0818..8131255 100644 --- a/vlv.min.css +++ b/vlv.min.css @@ -1 +1 @@ -.vlv-container{position:absolute;overflow-x:hidden;overflow-y:hidden}.vlv-content{position:relative;top:0;left:0;right:0;bottom:0;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.vlv-item{display:block;float:left;clear:left} \ No newline at end of file +.vlv-container{position:absolute;overflow-x:hidden;overflow-y:hidden}.vlv-content{position:relative;top:0;left:0;right:0;bottom:0;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none}.vlv-item{display:block;float:left;clear:left} \ No newline at end of file