mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-13 11:19:03 +01:00
Recent folders for add series now show clickable cursor
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user