css - Facebook like button gets broken on android after click -


I have a website like Facebook, and on Android + Chrome, like I click the button Button Gray (broken) ).

If I disable the following CSS rule then the button looks fine.

  .pluginButtonPressed, .pluginButtonPressed: hover {-webkit-box-shadow: inset 0 0px # 3e58a3; }  

Is this a known issue?

Example img:

Thank you.


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -