From 97dc0531af4623a75e0fa0fb0a1b0bccaec67919 Mon Sep 17 00:00:00 2001 From: "webmail%kmgerich.com" Date: Wed, 9 Feb 2005 01:26:53 +0000 Subject: [PATCH] bug 281540: Pinstripe incorrectly displayed tree separator --- toolkit/themes/pinstripe/global/tree.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/toolkit/themes/pinstripe/global/tree.css b/toolkit/themes/pinstripe/global/tree.css index 3defd7ccee0..87a5a51f9a7 100644 --- a/toolkit/themes/pinstripe/global/tree.css +++ b/toolkit/themes/pinstripe/global/tree.css @@ -126,9 +126,8 @@ treechildren::-moz-tree-line { /* ::::: tree separator ::::: */ treechildren::-moz-tree-separator { - -moz-appearance: separator; - border-top: 1px solid ThreeDShadow; - border-bottom: 1px solid ThreeDHighlight; + border-top: 1px dashed #C7C7C7; + margin: 0 2px; } @@ -318,12 +317,12 @@ treechildren::-moz-tree-image(Name, separator) { } treechildren::-moz-tree-cell-text(Name, separator) { - color: ThreeDShadow; - margin: 0px 5px 0px 5px; + color: #999; + -moz-margin-end: 5px; } treechildren::-moz-tree-cell-text(Name, separator, selected, focus) { - color: HighlightText; + color: #FFF; } /* ::::: alternating background ::::: */