1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-04-22 01:00:54 +00:00

Use iCheck flat checkboxes only.

This commit is contained in:
Pierre HUBERT 2018-08-01 06:22:24 +02:00
parent 7e99e8b14b
commit f6eea9ebf8

@ -51,8 +51,8 @@ ComunicWeb.pages.login = {
//Enable iCheck //Enable iCheck
$(function () { $(function () {
$('input').iCheck({ $('input').iCheck({
checkboxClass: 'icheckbox_square-blue', checkboxClass: 'icheckbox_flat-blue',
radioClass: 'iradio_square-blue', radioClass: 'iradio_flat-blue',
increaseArea: '20%' // optional increaseArea: '20%' // optional
}); });
}); });