added styles for hover on mass operation checkbox, fixed incorrect blink behavior (issue #41)

This commit is contained in:
larsz 2012-01-30 01:06:15 +02:00
parent e83f7456a4
commit 5f83af2fa1
7 changed files with 618 additions and 12 deletions

View file

@ -0,0 +1,3 @@
$(document).ready(function(){
$('.cust-checkbox').checkBox();
});