@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/**
 * Restore the tree lines removed by bug #425131
 * Compatibility: Firefox 3
 **/

tree[seltype="cell"] > treechildren::-moz-tree-line,
tree[seltype="text"] > treechildren::-moz-tree-line,
treechildren::-moz-tree-line
{
	border: 1px dotted ThreeDShadow;
	visibility: visible ! important;
}

tree[seltype="cell"] > treechildren::-moz-tree-line(active, selected, focus),
treechildren::-moz-tree-line(selected, focus)
{
	border: 1px dotted HighlightText;
}
