Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. input::-webkit-input-placeholder {
  2. font-weight: 400;
  3. font-size: 16px;
  4. }
  5. input::-moz-placeholder {
  6. font-weight: 400;
  7. font-size: 16px;
  8. }
  9. input:-moz-placeholder {
  10. font-weight: 400;
  11. font-size: 16px;
  12. }
  13. input:-ms-input-placeholder {
  14. font-weight: 400;
  15. font-size: 16px;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement