From: sh919.park Date: Fri, 2 Aug 2013 12:16:13 +0000 (+0900) Subject: Remove the highlight color. X-Git-Tag: 2.2.1_release~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d11b206897142348c74e68f7b6977fe9bccb88c1;p=samples%2Fweb%2FImageRotation.git Remove the highlight color. [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 --- diff --git a/css/style.css b/css/style.css index c4f3efd..1396e30 100755 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,7 @@ * { margin: 0; padding: 0; + -webkit-tap-highlight-color: rgba(0,0,0,0); } h1 {