Path: blob/master/web-gui/buildyourownbotnet/assets/js/icheck/skins/square/red.css
1294 views
/* iCheck plugin Square skin, red1----------------------------------- */2.icheckbox_square-red,3.iradio_square-red {4display: inline-block;5*display: inline;6vertical-align: middle;7margin: 0;8padding: 0;9width: 22px;10height: 22px;11background: url(red.png) no-repeat;12border: none;13cursor: pointer;14}1516.icheckbox_square-red {17background-position: 0 0;18}19.icheckbox_square-red.hover {20background-position: -24px 0;21}22.icheckbox_square-red.checked {23background-position: -48px 0;24}25.icheckbox_square-red.disabled {26background-position: -72px 0;27cursor: default;28}29.icheckbox_square-red.checked.disabled {30background-position: -96px 0;31}3233.iradio_square-red {34background-position: -120px 0;35}36.iradio_square-red.hover {37background-position: -144px 0;38}39.iradio_square-red.checked {40background-position: -168px 0;41}42.iradio_square-red.disabled {43background-position: -192px 0;44cursor: default;45}46.iradio_square-red.checked.disabled {47background-position: -216px 0;48}4950/* Retina support */51@media only screen and (-webkit-min-device-pixel-ratio: 1.5),52only screen and (-moz-min-device-pixel-ratio: 1.5),53only screen and (-o-min-device-pixel-ratio: 3/2),54only screen and (min-device-pixel-ratio: 1.5) {55.icheckbox_square-red,56.iradio_square-red {57background-image: url([email protected]);58-webkit-background-size: 240px 24px;59background-size: 240px 24px;60}61}6263