Sha256: ca5a1419de989115b2e132000a5b66dd921fce180e3c573746d9a2025ff2cefd
Contents?: true
Size: 1.54 KB
Versions: 2
Compression:
Stored size: 1.54 KB
Contents
/* iCheck plugin Minimal skin, orange ----------------------------------- */ .icheckbox_minimal-orange, .iradio_minimal-orange { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; width: 18px; height: 18px; background: image-url("icheck/minimal/orange.png") no-repeat; border: none; cursor: pointer; } .icheckbox_minimal-orange { background-position: 0 0; } .icheckbox_minimal-orange.hover { background-position: -20px 0; } .icheckbox_minimal-orange.checked { background-position: -40px 0; } .icheckbox_minimal-orange.disabled { background-position: -60px 0; cursor: default; } .icheckbox_minimal-orange.checked.disabled { background-position: -80px 0; } .iradio_minimal-orange { background-position: -100px 0; } .iradio_minimal-orange.hover { background-position: -120px 0; } .iradio_minimal-orange.checked { background-position: -140px 0; } .iradio_minimal-orange.disabled { background-position: -160px 0; cursor: default; } .iradio_minimal-orange.checked.disabled { background-position: -180px 0; } /* HiDPI support */ @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { .icheckbox_minimal-orange, .iradio_minimal-orange { background-image: image-url("icheck/minimal/orange@2x.png"); -webkit-background-size: 200px 20px; background-size: 200px 20px; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
icheck-rails-1.0.2.2 | vendor/assets/stylesheets/icheck/minimal/orange.scss |
icheck-rails-1.0.2.1 | vendor/assets/stylesheets/icheck/minimal/orange.css.scss |