Can a CSS style be applied to a pre-existing HTML table structured as a tree?
For instance, in Firefox, the Bookmarks Library table is set up as a tree. Is it feasible to add a CSS style to one specific column without affecting the others?
While using treechildren
makes it easy to apply a style to a whole row, how can we target just one column for styling?