Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ::-webkit-input-placeholder { /* Webkit, blink, edge */
  2.  
  3. }
  4.  
  5. :-moz-placeholder { /* Firefox 4-18 */
  6. opacity: 1;
  7. }
  8.  
  9. ::-moz-placeholder { /* Firefox 19+ */
  10. opacity: 1;
  11. }
  12.  
  13. :-ms-input-placeholder { /* IE 10-11 */
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement