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.

This commit is contained in:
Kin Blas 2010-11-02 14:33:41 -07:00
parent f66047f410
commit b074f2b38a

View file

@ -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 { }