Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. input {
  2. -webkit-appearance: none;
  3. -moz-appearance:none;
  4. -ms-appearance:none;
  5. appearance:none;
  6. border-radius: 0;
  7. }
  8. #container .items .item.contact .inner form input[type="file"],
  9. #container .items .item.contact .inner form input[type="file"]::-ms-value,
  10. #container .items .item.contact .inner form input[type="file"]::-ms-browse {
  11. background-color:#fff;
  12. }
  13. #container .items .item.contact .inner form input[type="file"]::-webkit-file-upload-button {
  14. margin: 15px 0 0 0;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement