Sha256: 6ad9f0567e55c1fb3194323eccff365d6e07b6bd3bd12df8d3ca0fa0b57a3194
Contents?: true
Size: 1.76 KB
Versions: 24
Compression:
Stored size: 1.76 KB
Contents
/* iCheck.js Line skin, red ----------------------------------- */ .icheck_line-red { position: relative; display: block; margin: 0; padding: 5px 15px 5px 38px; font-size: 13px; line-height: 17px; color: #fff; background: #e56c69; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; } .icheck_line-red .icheck_line-icon { position: absolute; top: 50%; left: 13px; width: 13px; height: 11px; margin: -5px 0 0 0; padding: 0; overflow: hidden; background: url(line.png) no-repeat; border: none; } .icheck_line-red.hover, .icheck_line-red:hover { background: #E98582; } .icheck_line-red.static:hover, .icheck_line-red.checked { background: #e56c69; } .icheck_line-red.checked .icheck_line-icon { background-position: -15px 0; } .icheck_line-red.disabled { background: #F7D3D2; cursor: default; } .icheck_line-red.disabled .icheck_line-icon { background-position: -30px 0; } .icheck_line-red.checked.disabled { background: #F7D3D2; } .icheck_line-red.checked.disabled .icheck_line-icon { background-position: -45px 0; } /* Retina support */ @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { .icheck_line-red .icheck_line-icon { background-image: url(line@2x.png); -webkit-background-size: 60px 13px; background-size: 60px 13px; } }
Version data entries
24 entries across 24 versions & 1 rubygems