mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Recent folders for add series now show clickable cursor
This commit is contained in:
parent
f57dea7f1f
commit
475f4244c4
2 changed files with 8 additions and 3 deletions
|
@ -2,6 +2,7 @@ var Marionette = require('marionette');
|
|||
|
||||
module.exports = Marionette.ItemView.extend({
|
||||
template : 'AddSeries/RootFolders/RootFolderItemViewTemplate',
|
||||
className : 'recent-folder',
|
||||
tagName : 'tr',
|
||||
|
||||
initialize : function() {
|
||||
|
|
|
@ -166,4 +166,8 @@ li.add-new:hover {
|
|||
.root-folders {
|
||||
margin-top : 20px;
|
||||
}
|
||||
|
||||
.recent-folder {
|
||||
.clickable();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue