From f96498deeee216966c41260a7ed355c912c00b08 Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Thu, 15 Jun 2000 00:45:04 +0000 Subject: [PATCH] Classic change for twisty nsbeta2= bug. r=ben --- themes/classic/global/mac/tree.css | 8 ++++++++ themes/classic/global/unix/tree.css | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/themes/classic/global/mac/tree.css b/themes/classic/global/mac/tree.css index 9b69b12ff52a..2f6d8fd09763 100644 --- a/themes/classic/global/mac/tree.css +++ b/themes/classic/global/mac/tree.css @@ -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"); } diff --git a/themes/classic/global/unix/tree.css b/themes/classic/global/unix/tree.css index fc2ef42c14fc..6ae5143b9d31 100644 --- a/themes/classic/global/unix/tree.css +++ b/themes/classic/global/unix/tree.css @@ -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"); }