Sha256: 1e3430f57e1642a3c59fd8180fe30e6651fc7fff8316ff3d9080020ea91231c4
Contents?: true
Size: 1.53 KB
Versions: 2
Compression:
Stored size: 1.53 KB
Contents
/* iCheck plugin Minimal skin, green ----------------------------------- */ .icheckbox_minimal-green, .iradio_minimal-green { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; width: 18px; height: 18px; background: image-url("icheck/minimal/green.png") no-repeat; border: none; cursor: pointer; } .icheckbox_minimal-green { background-position: 0 0; } .icheckbox_minimal-green.hover { background-position: -20px 0; } .icheckbox_minimal-green.checked { background-position: -40px 0; } .icheckbox_minimal-green.disabled { background-position: -60px 0; cursor: default; } .icheckbox_minimal-green.checked.disabled { background-position: -80px 0; } .iradio_minimal-green { background-position: -100px 0; } .iradio_minimal-green.hover { background-position: -120px 0; } .iradio_minimal-green.checked { background-position: -140px 0; } .iradio_minimal-green.disabled { background-position: -160px 0; cursor: default; } .iradio_minimal-green.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-green, .iradio_minimal-green { background-image: image-url("icheck/minimal/green@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/green.scss |
icheck-rails-1.0.2.1 | vendor/assets/stylesheets/icheck/minimal/green.css.scss |