Sha256: 2397daafdfd13aab6f2fd6418062b4bed81c5cfcc8697b79ac9dc8515e0bce3d
Contents?: true
Size: 609 Bytes
Versions: 43
Compression:
Stored size: 609 Bytes
Contents
/* File Input ========================================================================== */ .file-field { position: relative; .file-path-wrapper { overflow: hidden; padding-left: 10px; } input.file-path { width: 100%; } .btn { float: left; height: $input-height; line-height: $input-height; } span { cursor: pointer; } input[type=file] { position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } }
Version data entries
43 entries across 43 versions & 5 rubygems