mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:15:56 +00:00
apply special feedTree styles only to main UI feedtree, fix feedParam and filterParam screwing with tree node layout
This commit is contained in:
@@ -29,7 +29,7 @@ dojo.declare("fox.PrefFilterTree", lib.CheckBoxTree, {
|
||||
param = dojo.doc.createElement('span');
|
||||
param.className = (enabled != false) ? 'labelParam' : 'labelParam Disabled';
|
||||
param.innerHTML = args.item.param[0];
|
||||
dojo.place(param, tnode.labelNode, 'after');
|
||||
dojo.place(param, tnode.rowNode, 'first');
|
||||
}
|
||||
|
||||
return tnode;
|
||||
|
||||
Reference in New Issue
Block a user