Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. .fileContainer {
  2. overflow: hidden;
  3. position: relative;
  4. }
  5.  
  6. .fileContainer [type=file] {
  7. cursor: inherit;
  8. display: block;
  9. font-size: 999px;
  10. filter: alpha(opacity=0);
  11. min-height: 100%;
  12. min-width: 100%;
  13. opacity: 0;
  14. position: absolute;
  15. right: 0;
  16. text-align: right;
  17. top: 0;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement