From 1c0bf7f81b97ff38f3b7a19a4e537cb62ca75830 Mon Sep 17 00:00:00 2001 From: "ben%netscape.com" Date: Sun, 3 Jun 2001 05:13:46 +0000 Subject: [PATCH] - styles for sidebar panel trees. r=fabian, sr=blake, a=asa part of 82967 --- themes/classic/communicator/mac/communicator.css | 15 +++++++++++++++ themes/classic/communicator/win/communicator.css | 14 ++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/themes/classic/communicator/mac/communicator.css b/themes/classic/communicator/mac/communicator.css index 3a3af826e8c..05dc65f77e5 100644 --- a/themes/classic/communicator/mac/communicator.css +++ b/themes/classic/communicator/mac/communicator.css @@ -19,3 +19,18 @@ { list-style-image : url("chrome://communicator/skin/online.gif"); } + +/** + * Hides ugly inset borders on sidebar trees (e.g history, bookmarks, search) + */ + +.sidebarTree + { + border : none; + } + +.sidebarTree > .tree-container-treerows + { + border : none; + } + diff --git a/themes/classic/communicator/win/communicator.css b/themes/classic/communicator/win/communicator.css index 412c92bcfae..6e1608704b9 100644 --- a/themes/classic/communicator/win/communicator.css +++ b/themes/classic/communicator/win/communicator.css @@ -38,6 +38,20 @@ list-style-image:url("chrome://global/skin/scroll-down-disabled.gif"); } +/** + * Hides ugly inset borders on sidebar trees (e.g history, bookmarks, search) + */ + +.sidebarTree + { + border : none; + } + +.sidebarTree > .tree-container-treerows + { + border : none; + } + /* comment out really bad style rules, but leave them here so future intent is clear