Sha256: c2a232a604f92f5354887e5f136b262d99e97e864841341a15d498322618a612
Contents?: true
Size: 522 Bytes
Versions: 5
Compression:
Stored size: 522 Bytes
Contents
.<%= SimpleFormAttachments.dom_class %> { input[type="file"] { margin: 0; padding: 0; // hide so that the label can be styled width: .1px; height: .1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; label { display: inline-block; vertical-align: bottom; } } label[for="attachment_file"] { .<%= SimpleFormAttachments.dom_class(:attachment, :button) %> { display: none; } } &.dragover { background-color: yellow; } }
Version data entries
5 entries across 5 versions & 1 rubygems