From 4e7e217972636cf24d8acf8c74082d65bd5431ea Mon Sep 17 00:00:00 2001 From: "hewitt%netscape.com" Date: Tue, 30 Jan 2001 07:01:08 +0000 Subject: [PATCH] 64914 - themes pref panel tree, r=andreww, sr=hangas --- .../classic/communicator/mac/communicator.css | 4 +++ .../classic/communicator/win/communicator.css | 34 ++----------------- themes/modern/communicator/communicator.css | 4 +++ 3 files changed, 11 insertions(+), 31 deletions(-) diff --git a/themes/classic/communicator/mac/communicator.css b/themes/classic/communicator/mac/communicator.css index 9ef2de1f40f5..c8b7fe38c330 100644 --- a/themes/classic/communicator/mac/communicator.css +++ b/themes/classic/communicator/mac/communicator.css @@ -83,3 +83,7 @@ button.down[disabled="true"], button.down[disabled="true"]:hover:active list-style-image : url("chrome://communicator/skin/content-small.gif"); } +#skinsTree + { + height : 80px; + } \ No newline at end of file diff --git a/themes/classic/communicator/win/communicator.css b/themes/classic/communicator/win/communicator.css index b6a124840081..203635956054 100644 --- a/themes/classic/communicator/win/communicator.css +++ b/themes/classic/communicator/win/communicator.css @@ -61,34 +61,6 @@ list-style-image : url("chrome://communicator/skin/content-small.gif"); } -/* - comment out really bad style rules, but leave them here so future intent is - clear - -.tree-sidebar .thumb-box - { - border : none; - } - -.tree-sidebar thumb - { - border-left : 1px solid threedhighlight; - border-top : 1px solid threedhighlight; - border-right : 1px solid threedshadow; - border-bottom : 1px solid threedshadow; - } - -.tree-sidebar .scrollbarbutton-box - { - border : none; - } - -.tree-sidebar scrollbarbutton - { - border-left : 1px solid threedhighlight; - border-top : 1px solid threedhighlight; - border-right : 1px solid threedshadow; - border-bottom : 1px solid threedshadow; - } -*/ - +#skinsTree { + height : 80px; +} diff --git a/themes/modern/communicator/communicator.css b/themes/modern/communicator/communicator.css index 2731b8a0d53e..a1873da51e95 100644 --- a/themes/modern/communicator/communicator.css +++ b/themes/modern/communicator/communicator.css @@ -63,3 +63,7 @@ list-style-image : url("chrome://communicator/skin/content-small.gif"); } +#skinsTree + { + height : 80px; + } \ No newline at end of file