[title] prevent user select to this webapp by adding -webkit-user-select
authorJoonghun Park <jh718.park@samsung.com>
Tue, 17 Sep 2013 05:23:59 +0000 (14:23 +0900)
committerJoonghun Park <jh718.park@samsung.com>
Tue, 17 Sep 2013 05:27:36 +0000 (14:27 +0900)
Change-Id: I6918f793bfe56778197f5374246e1a51f3fd1ede

css/style.css

index 1396e30..1831c65 100755 (executable)
@@ -2,6 +2,7 @@
     margin: 0;
     padding: 0;
     -webkit-tap-highlight-color: rgba(0,0,0,0);
+    -webkit-user-select: none;
 }
 
 h1 {