Adjust admin list icons and style with tooltip
This commit is contained in:
@@ -9,6 +9,13 @@ jQuery(document).ready(function($){
|
||||
$target.hide();
|
||||
});
|
||||
|
||||
// Tiptip
|
||||
$(".tips").tipTip({
|
||||
delay: 200,
|
||||
fadeIn: 100,
|
||||
fadeOut: 100
|
||||
});
|
||||
|
||||
// Chosen select
|
||||
$(".chosen-select").chosen({
|
||||
allow_single_deselect: true,
|
||||
|
||||
Reference in New Issue
Block a user