CC-84: Smart Playlists
- added scrolling on qtip
This commit is contained in:
parent
0f681d7c25
commit
7d788c51b2
4 changed files with 16 additions and 7 deletions
|
@ -484,7 +484,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
effect: false // Disable positioning animation
|
||||
},
|
||||
style: {
|
||||
classes: "ui-tooltip-dark"
|
||||
classes: "ui-tooltip-dark file-md-long"
|
||||
},
|
||||
show: 'mousedown',
|
||||
events: {
|
||||
|
@ -495,7 +495,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
}
|
||||
}
|
||||
},
|
||||
hide: 'mouseout'
|
||||
hide: {event:'mouseout', delay: 50, fixed:true}
|
||||
});
|
||||
},
|
||||
//remove any selected nodes before the draw.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue