mirror of
https://github.com/myvesta/vesta
synced 2025-07-11 15:46:43 -07:00
added styles for hover on mass operation checkbox, fixed incorrect blink behavior (issue #41)
This commit is contained in:
parent
e83f7456a4
commit
5f83af2fa1
7 changed files with 618 additions and 12 deletions
3
web/js/ui.checkbox.init.js
Normal file
3
web/js/ui.checkbox.init.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
$(document).ready(function(){
|
||||
$('.cust-checkbox').checkBox();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue