From b074f2b38a189157578cd27f405464f1a2761432 Mon Sep 17 00:00:00 2001 From: Kin Blas Date: Tue, 2 Nov 2010 14:33:41 -0700 Subject: [PATCH] Turn off the default hilighting that happens for all links and elements with click behavior on them by making the default tap hilight color transparent. --- themes/default/jquery.mobile.core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/jquery.mobile.core.css b/themes/default/jquery.mobile.core.css index 3a418184..8cfac9d0 100644 --- a/themes/default/jquery.mobile.core.css +++ b/themes/default/jquery.mobile.core.css @@ -10,7 +10,7 @@ .ui-mobile a img, .ui-mobile fieldset { border: 0; } /* responsive page widths */ -.ui-mobile-viewport { margin: 0; overflow-x: hidden; -webkit-backface-visibility:hidden; -webkit-text-size-adjust: none; -ms-text-size-adjust:none; } +.ui-mobile-viewport { margin: 0; overflow-x: hidden; -webkit-backface-visibility:hidden; -webkit-text-size-adjust: none; -ms-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /*orientations from js are available */ .portrait { }