Sha256: f4e69df5a375bffb4234c5665c47b7ad06daf0528dc8da90992740d9522668a6
Contents?: true
Size: 620 Bytes
Versions: 59
Compression:
Stored size: 620 Bytes
Contents
@charset 'UTF-8'; /* * jQuery File Upload UI Plugin CSS 6.3 * https://github.com/blueimp/jQuery-File-Upload * * Copyright 2010, Sebastian Tschan * https://blueimp.net * * Licensed under the MIT license: * http://www.opensource.org/licenses/MIT */ .fileinput-button { position: relative; overflow: hidden; float: left; } .fileinput-button input.uploader { position: absolute; top: 0; right: 0; margin: 0; border: solid transparent; border-width: 0 0 100px 200px; opacity: 0; filter: alpha(opacity=0); -moz-transform: translate(-300px, 0) scale(4); direction: ltr; cursor: pointer; }
Version data entries
59 entries across 59 versions & 3 rubygems