mirror of
https://github.com/myvesta/vesta
synced 2025-07-10 15:23:15 -07:00
UI performance fix 4
This commit is contained in:
parent
83649defc9
commit
83acec3ec1
28 changed files with 75 additions and 46 deletions
|
@ -31,10 +31,11 @@ $(document).ready(function(){
|
|||
});
|
||||
|
||||
|
||||
/*
|
||||
// CREATE BUTTON
|
||||
if ($(".l-sort__create-btn").length>0) {
|
||||
$(".l-sort__create-btn").append("<div id='add-icon'></div>");
|
||||
$(".l-sort__create-btn").append("<div id='tooltip'>"+$('.l-sort__create-btn').attr('title').replace(' ',' ')+"</div>");
|
||||
//$(".l-sort__create-btn").append("<div id='add-icon'></div>");
|
||||
//$(".l-sort__create-btn").append("<div id='tooltip'>"+$('.l-sort__create-btn').attr('title').replace(' ',' ')+"</div>");
|
||||
$('.l-sort__create-btn').hover(function(){
|
||||
$("#tooltip").css('background-color', '#1ca2cc');
|
||||
}, function() {
|
||||
|
@ -43,6 +44,7 @@ $(document).ready(function(){
|
|||
//$("#tooltip").remove();
|
||||
});
|
||||
}
|
||||
*/
|
||||
|
||||
// SEARCH BOX
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue