From 91afa4ede4e21bc1707c833530cde9fc3350d7d2 Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Mon, 1 May 2000 08:17:33 +0000 Subject: [PATCH] Fixing tree XBL. git-svn-id: svn://10.0.0.236/trunk@67715 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/global/resources/skin/xul.css | 6 +++++- mozilla/xpfe/global/resources/skin/xulBindings.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mozilla/xpfe/global/resources/skin/xul.css b/mozilla/xpfe/global/resources/skin/xul.css index 3a264732f94..f8a5a8beb9c 100644 --- a/mozilla/xpfe/global/resources/skin/xul.css +++ b/mozilla/xpfe/global/resources/skin/xul.css @@ -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 { diff --git a/mozilla/xpfe/global/resources/skin/xulBindings.xml b/mozilla/xpfe/global/resources/skin/xulBindings.xml index 5bf0ae0e2ce..1923ad7cb19 100644 --- a/mozilla/xpfe/global/resources/skin/xulBindings.xml +++ b/mozilla/xpfe/global/resources/skin/xulBindings.xml @@ -110,7 +110,7 @@ - +