mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Touch up current activity status bar hover effect
This commit is contained in:
parent
cf081ee291
commit
0620ebebcf
2 changed files with 29 additions and 17 deletions
|
@ -280,6 +280,13 @@ DOCUMENTATION :: END
|
|||
e.preventDefault();
|
||||
$($(this).attr('data-target')).toggle();
|
||||
});
|
||||
|
||||
// Add hover class to dashboard-instance
|
||||
$('.dashboard-activity-poster').hover(function() {
|
||||
$(this).closest('.dashboard-instance').addClass('hover');
|
||||
}, function() {
|
||||
$(this).closest('.dashboard-instance').removeClass('hover');
|
||||
});
|
||||
</script>
|
||||
% else:
|
||||
<div class="text-muted">Nothing is currently being watched.</div><br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue