mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Don't apply iCheck plugin to checkboxes with 'simple' css class.
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ $(function() {
|
||||
* iCheck plugin in.
|
||||
* You can find the documentation at http://fronteed.com/iCheck/
|
||||
*/
|
||||
$("input[type='checkbox'], input[type='radio']").iCheck({
|
||||
$("input[type='checkbox']:not(.simple), input[type='radio']:not(.simple)").iCheck({
|
||||
checkboxClass: 'icheckbox_minimal',
|
||||
radioClass: 'iradio_minimal'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user