diff --git a/xpfe/global/resources/skin/xul.css b/xpfe/global/resources/skin/xul.css index d2d415e9302b..cdb21b3c0621 100644 --- a/xpfe/global/resources/skin/xul.css +++ b/xpfe/global/resources/skin/xul.css @@ -219,7 +219,11 @@ treecell { } .treecell-indent { - behavior: url("resource:/chrome/xulBindings.xml#treecell-indented"); + 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 { diff --git a/xpfe/global/resources/skin/xulBindings.xml b/xpfe/global/resources/skin/xulBindings.xml index ffcad3978728..b564faa18a66 100644 --- a/xpfe/global/resources/skin/xulBindings.xml +++ b/xpfe/global/resources/skin/xulBindings.xml @@ -143,7 +143,7 @@ - + @@ -152,6 +152,14 @@ + + + + + + + +