Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. @media screen and (-webkit-min-device-pixel-ratio:0) {
  2. input[type="email"]:hover,
  3. input[type="number"]:hover,
  4. input[type="search"]:hover,
  5. input[type="text"]:hover,
  6. input[type="tel"]:hover,
  7. input[type="url"]:hover,
  8. input[type="password"]:hover,
  9. textarea:hover,
  10. select:hover{font-size: initial;}
  11. }
  12. @media (min-width: 768px) {
  13. input[type="email"]:hover,
  14. input[type="number"]:hover,
  15. input[type="search"]:hover,
  16. input[type="text"]:hover,
  17. input[type="tel"]:hover,
  18. input[type="url"]:hover,
  19. input[type="password"]:hover,
  20. textarea:hover,
  21. select:hover{font-size: inherit;}
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement