Sha256: 04569f302fa2a2df371b6d2cd443aaf68e05db40eb0d2578a08b01e812c789f3
Contents?: true
Size: 758 Bytes
Versions: 23
Compression:
Stored size: 758 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] { // Needed to override webkit button &::-webkit-file-upload-button { display: none; } 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
23 entries across 23 versions & 6 rubygems