Adjust admin list icons and style with tooltip

This commit is contained in:
Brian Miyaji
2014-03-13 19:39:34 +11:00
parent 569245ae26
commit 6b8ca8eb20
7 changed files with 126 additions and 12 deletions

View File

@@ -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,