Recent folders for add series now show clickable cursor

pull/3113/head
Mark McDowall 9 years ago
parent f57dea7f1f
commit 475f4244c4

@ -1,8 +1,9 @@
var Marionette = require('marionette');
module.exports = Marionette.ItemView.extend({
template : 'AddSeries/RootFolders/RootFolderItemViewTemplate',
tagName : 'tr',
template : 'AddSeries/RootFolders/RootFolderItemViewTemplate',
className : 'recent-folder',
tagName : 'tr',
initialize : function() {
this.listenTo(this.model, 'change', this.render);

@ -108,7 +108,7 @@
margin : 30px 0px;
text-align: center;
}
.hint {
color : #999999;
font-style : italic;
@ -166,4 +166,8 @@ li.add-new:hover {
.root-folders {
margin-top : 20px;
}
.recent-folder {
.clickable();
}
}

Loading…
Cancel
Save