Sha256: 8c2a47973abf5af8717b572b38ab064bf7988664282ea8e7488e3bf5be4c91bc
Contents?: true
Size: 448 Bytes
Versions: 40
Compression:
Stored size: 448 Bytes
Contents
/*------------------------------------ File Attachments v1 ------------------------------------*/ .u-file-attach-v1 { position: relative; overflow: hidden; cursor: pointer; input { &[type="file"] { position: absolute; top: -25%; left: -25%; z-index: 10; width: 150%; height: 150%; opacity: 0; cursor: pointer; } &[readonly] { background-color: transparent; } } }
Version data entries
40 entries across 40 versions & 1 rubygems