Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <script>
  2. document.addEventListener("touchstart", function(){}, true);
  3. </script>
  4.  
  5. div.button:hover, div.button:active {
  6. -webkit-tap-highlight-color: rgba(0,0,0,0);
  7. -webkit-user-select: none;
  8. -webkit-touch-callout: none
  9. }
  10. div.usl:hover, div.usl:active {
  11. -webkit-tap-highlight-color: rgba(0,0,0,0);
  12. -webkit-user-select: none;
  13. -webkit-touch-callout: none
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement