Classic change for twisty nsbeta2= bug. r=ben

This commit is contained in:
hyatt%netscape.com 2000-06-15 00:45:04 +00:00
parent 0be24f57ac
commit f96498deee
2 changed files with 16 additions and 0 deletions

View File

@ -81,6 +81,14 @@ treecell.propertylist {
padding-right: 2px;
}
.treecell-indent > .tree-cell-primary-icon {
padding-left: 14px;
}
treeitem[container="true"] > treerow > .treecell-indent > .tree-cell-primary-icon {
padding-left: 0px;
}
treeitem[selected="true"] > treerow > treecell > .tree-cell-twisty {
list-style-image: url("chrome://global/skin/closedtwisty-selected.gif");
}

View File

@ -94,6 +94,14 @@ treecell.propertylist
padding-right: 2px;
}
.treecell-indent > .tree-cell-primary-icon {
padding-left: 14px;
}
treeitem[container="true"] > treerow > .treecell-indent > .tree-cell-primary-icon {
padding-left: 0px;
}
treeitem[selected="true"] > treerow > treecell > .tree-cell-twisty {
list-style-image: url("chrome://global/skin/closedtwisty-selected.gif");
}