Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. input:-webkit-autofill,
  2. input:-webkit-autofill:hover,
  3. input:-webkit-autofill:focus
  4. input:-webkit-autofill,
  5. textarea:-webkit-autofill,
  6. textarea:-webkit-autofill:hover
  7. textarea:-webkit-autofill:focus,
  8. select:-webkit-autofill,
  9. select:-webkit-autofill:hover,
  10. select:-webkit-autofill:focus {
  11. -webkit-box-shadow: 0 0 0px 1000px red inset!important;
  12. -webkit-text-fill-color: white!important;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement