Remove the highlight color.
authorsh919.park <sh919.park@samsung.com>
Fri, 2 Aug 2013 12:16:13 +0000 (21:16 +0900)
committersh919.park <sh919.park@samsung.com>
Fri, 2 Aug 2013 12:21:16 +0000 (21:21 +0900)
[Title] Remove the highlight color
[Issue#] N_SE-47932
[Problem] A line appear after relaunch image rotation
[Solution] Add the -webkit-tap-highlight-color code

Change-Id: I190cb774a0f415dc23e487370349d1be4265a174

css/style.css

index c4f3efd..1396e30 100755 (executable)
@@ -1,6 +1,7 @@
 * {
     margin: 0;
     padding: 0;
+    -webkit-tap-highlight-color: rgba(0,0,0,0);
 }
 
 h1 {