Sha256: 09843e78e264355094c916414177d4bfd347c42afb421654b409a75379256df3

Contents?: true

Size: 766 Bytes

Versions: 3

Compression:

Stored size: 766 Bytes

Contents

/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Form file
 ========================================================================== */
/*
 * 1. Behave like form elements
 * 2. Create position context for dropdowns
 * 3. Clip content
 */
.uk-form-file {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
  /* 3 */
  overflow: hidden;
}
/*
 * 1. Required for Firefox
 * 2. Expand height and required for the cursor
 */
.uk-form-file input[type="file"] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  /* 1 */
  left: 0;
  /* 2 */
  font-size: 500px;
}

Version data entries

3 entries across 1 versions & 1 rubygems

Version Path
uikit2-rails-0.1.5 vendor/assets/stylesheets/uikit/components/form-file.almost-flat.css
uikit2-rails-0.1.5 vendor/assets/stylesheets/uikit/components/form-file.css
uikit2-rails-0.1.5 vendor/assets/stylesheets/uikit/components/form-file.gradient.css