1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-06-20 12:55:16 +00:00
Files
assets
3rdparty
adminLTE
bootstrap
dist
plugins
bootstrap-slider
bootstrap-wysihtml5
chartjs
ckeditor
colorpicker
datatables
datepicker
daterangepicker
fastclick
flot
font-awesome
fullcalendar
googleFonts
iCheck
flat
icheck-flat-imgs
_all.css
aero.css
blue.css
flat.css
green.css
grey.css
orange.css
pink.css
purple.css
red.css
yellow.css
futurico
line
minimal
polaris
square
all.css
icheck.js
icheck.min.js
input-mask
ionicons
ionslider
jQuery
jQueryUI
jquery-ui
jvectormap
knob
moment.js
morris
pace
raphael
select2
slimScroll
sparkline
timepicker
identicon.js
jquery.textarea_autosize
js-bbcode-parser
jszip
jszip-utils
lightbox
pacman
sceditor
simplepeer
twemoji
videojs
wdt-emoji
FileSaver.js
bootstrap-notify-3.1.3.min.js
bootstrap-wysiwyg.js
jquery.hotkeys.js
audio
css
img
js
templates
zip
system
.gitignore
.htaccess
.travis.yml
Jenkinsfile
LICENSE
README.md
builder
index.php
ComunicWeb/assets/3rdparty/adminLTE/plugins/iCheck/flat/grey.css
2018-05-12 15:44:46 +02:00

56 lines
1.4 KiB
CSS
Executable File

/* iCheck plugin Flat skin, grey
----------------------------------- */
.icheckbox_flat-grey,
.iradio_flat-grey {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 20px;
height: 20px;
background: url(icheck-flat-imgs/grey.png) no-repeat;
border: none;
cursor: pointer;
}
.icheckbox_flat-grey {
background-position: 0 0;
}
.icheckbox_flat-grey.checked {
background-position: -22px 0;
}
.icheckbox_flat-grey.disabled {
background-position: -44px 0;
cursor: default;
}
.icheckbox_flat-grey.checked.disabled {
background-position: -66px 0;
}
.iradio_flat-grey {
background-position: -88px 0;
}
.iradio_flat-grey.checked {
background-position: -110px 0;
}
.iradio_flat-grey.disabled {
background-position: -132px 0;
cursor: default;
}
.iradio_flat-grey.checked.disabled {
background-position: -154px 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) {
.icheckbox_flat-grey,
.iradio_flat-grey {
background-image: url(icheck-flat-imgs/grey@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}
}