Guest User

Untitled

a guest
Aug 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. .placeholder {
  2. color:#a9a9a9 !important;
  3. font-style:italic !important;
  4. }
  5.  
  6. input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  7. color:#a9a9a9 !important;
  8. font-style:italic !important;
  9. }
  10.  
  11. /*
  12. * Using pseudo selectors to style FF7 should be written separately
  13. */
  14. input:-moz-placeholder, textarea:-moz-placeholder{
  15. color:#a9a9a9 !important;
  16. font-style:italic !important;
  17. }
Add Comment
Please, Sign In to add comment