Sha256: 3d4c08525b52c60b9c798c67a0a864028e945d101f956dd6e8ecdbd93731d576
Contents?: true
Size: 1008 Bytes
Versions: 1
Compression:
Stored size: 1008 Bytes
Contents
input[type="checkbox"]:checked::after, input[type="checkbox"]:indeterminate::after { position: absolute; left: -5px; display: block; top: -5px; width: 21px; height: 21px; } input[type="checkbox"]:checked::after { content: image-url('georgia/checkmark.png'); } input[type="checkbox"]:indeterminate::after { content: image-url('georgia/indeterminate.png'); } input[type="radio"], input[type="checkbox"] { border: initial; padding: 0; box-sizing: border-box; line-height: normal; margin: 2px 0 0; outline: none; position: relative; width: 13px; height: 13px; background: white; border: 1px solid #b2b2b2; border-width: 0\0; border-radius: 1px; -webkit-appearance: none; appearance: none; cursor: pointer; &:hover { border-color: #777; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); box-shadow: none \9; } &:checked, &:indeterminate, &:focus { background: #fff; outline: 0; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.7.0 | app/assets/stylesheets/georgia/components/_checkbox.scss |