Ajay Suwalka
Ajay Suwalka

Reputation: 531

Orange border around a div in a phonegap app

Hi I've button which is created using rounded div and font awesome icon, But whenever user tap on the icon it's highlighted with orange square border. I am unable to under stand where the problem is.

Kindly check in the attached image! Please help

Issue is highlighted

Upvotes: 0

Views: 208

Answers (1)

user3255670
user3255670

Reputation:

You need to develop your CSS style more for than button. Just like when you use :hover. You need to set the Selector for the click. See these CSS buttons for an example on how to do it: https://github.com/alexwolfe/Buttons

Upvotes: 1

Related Questions