[title] revise problem show up orange line when touching control slide 2.2_release
authorJoonghun Park <jh718.park@samsung.com>
Mon, 15 Jul 2013 11:05:32 +0000 (20:05 +0900)
committerJoonghun Park <jh718.park@samsung.com>
Mon, 15 Jul 2013 11:16:33 +0000 (20:16 +0900)
[author] Jiyeon Kim
[issue#] N_SE-46336, N_SE-46325
[problem] show up orange line when touching control slide
[solve] adding css statement

Change-Id: I75092dc32f9e37957427f58d38a9b6cc4163eeb4

css/style.css

index ec1d801..6d14a51 100755 (executable)
@@ -1,3 +1,7 @@
+* {\r
+    -webkit-tap-highlight-color: rgba(255,255,255,0);\r
+}\r
+\r
 body,html,div,p {\r
     margin: 0;\r
     padding: 0;\r
@@ -130,19 +134,19 @@ canvas {
 }\r
 \r
 .play-btn button {\r
-    width: 98%;
+    width: 98%;\r
 }\r
 \r
 .comment {\r
     font-size:11px;\r
 }\r
-
-.play {
-    width: 98%;
-    height:30px;
-}
-.stop {
-    display:none;
-    width: 98%;
-    height:30px;
-}
+\r
+.play {\r
+    width: 98%;\r
+    height:30px;\r
+}\r
+.stop {\r
+    display:none;\r
+    width: 98%;\r
+    height:30px;\r
+}\r