My personal site (brandoncornejo.name) (binaryatrocity.name)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
624 B

10 years ago
  1. /*! UIkit 2.3.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
  2. /* ========================================================================
  3. Addon: Form file
  4. ========================================================================== */
  5. .uk-form-file {
  6. position: relative;
  7. display: inline-block;
  8. vertical-align: middle;
  9. overflow: hidden;
  10. }
  11. /*
  12. * 1. Required for Firefox
  13. * 2. Required for the cursor
  14. */
  15. .uk-form-file input[type="file"] {
  16. position: absolute;
  17. top: 0;
  18. bottom: 0;
  19. z-index: 1;
  20. width: 100%;
  21. opacity: 0;
  22. cursor: pointer;
  23. /* 1 */
  24. left: 0;
  25. /* 2 */
  26. font-size: 50px;
  27. }