How do I stop green borders appearing around elements I click on in my Web Button?

1 view
Skip to first unread message

Developer Admin

unread,
May 27, 2011, 8:36:38 AM5/27/11
to Thrutu Developers
By default Android highlights elements that you select in web pages by
drawing a green border around them. You can disable this by adding
the following line to your CSS.

* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
Reply all
Reply to author
Forward
0 new messages