From efca8720a8dee2a4f12eda8b68175fe7be17f4f6 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Wed, 4 Feb 2004 17:38:52 +0000 Subject: [PATCH] Patch from mozillazine contributor: theboyjenkins to fix some UI glitches with the mail 3-pane window --- mail/base/skin/mailWindow1.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/mail/base/skin/mailWindow1.css b/mail/base/skin/mailWindow1.css index 5227f0b57953..9882461e01bc 100644 --- a/mail/base/skin/mailWindow1.css +++ b/mail/base/skin/mailWindow1.css @@ -973,14 +973,14 @@ treechildren::-moz-tree-cell-text(lc-black, selected) { /* ..... folder pane adjustments ..... */ #folderPaneHeaderContainer { - border-left: 1px solid ThreeDShadow; + border-top: 1px solid ThreeDHighlight; } #folderPaneHeader { - height: 28px; + height: 27px; border-bottom: none; border-left: 1px solid ThreeDHighlight; - border-top: 1px solid ThreeDHighlight; + border-top: none; } /* ::::: border adjustments for focus ring and joined splitters ::::: */ @@ -1008,8 +1008,6 @@ treechildren::-moz-tree-cell-text(lc-black, selected) { #searchBox { border-top: 1px solid ThreeDHighlight; - border-right: 2px solid; - -moz-border-right-colors: ThreeDHighlight ThreeDShadow; } /* ..... message pane adjustments ..... */