mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-27 10:07:10 +00: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({
|
module.exports = Marionette.ItemView.extend({
|
||||||
template : 'AddSeries/RootFolders/RootFolderItemViewTemplate',
|
template : 'AddSeries/RootFolders/RootFolderItemViewTemplate',
|
||||||
|
className : 'recent-folder',
|
||||||
tagName : 'tr',
|
tagName : 'tr',
|
||||||
|
|
||||||
initialize : function() {
|
initialize : function() {
|
||||||
|
|
|
@ -166,4 +166,8 @@ li.add-new:hover {
|
||||||
.root-folders {
|
.root-folders {
|
||||||
margin-top : 20px;
|
margin-top : 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.recent-folder {
|
||||||
|
.clickable();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue