Fixing tree XBL.

git-svn-id: svn://10.0.0.236/trunk@67715 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com 2000-05-01 08:17:33 +00:00
parent 18e910e0f0
commit 91afa4ede4
2 changed files with 6 additions and 2 deletions

View File

@ -222,7 +222,11 @@ treecell {
}
.treecell-indent {
behavior: url("resource:/chrome/xulBindings.xml#treecell-indent");
behavior: url("resource:/chrome/xulBindings.xml#treecell-indented-leaf");
}
treeitem[container="true"] > treerow > .treecell-indent {
behavior: url("resource:/chrome/xulBindings.xml#treecell-indented-folder");
}
.treecell-iconic {

View File

@ -110,7 +110,7 @@
</interface>
</binding>
<binding id="treecell-indent">
<binding id="treecell-indented-folder">
<content autostretch="never">
<xul:treeindentation/>
<xul:image class="tree-cell-twisty" twisty="true" allowevents="true"/>