Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. input, select, textarea {
  2.        -webkit-appearance: none;
  3.           -moz-appearance: none;
  4.              appearance: none;
  5.      }
  6.  
  7. input, select, textarea {
  8.     color: #555!important;
  9.     background-color: #fff!important;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement