Fixing tree XBL.
git-svn-id: svn://10.0.0.236/trunk@67715 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
18e910e0f0
commit
91afa4ede4
@ -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 {
|
||||
|
||||
@ -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"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user