From 43ff567510518b148e3c12402c50e7033000371c Mon Sep 17 00:00:00 2001 From: "putterman%netscape.com" Date: Tue, 9 Mar 1999 21:49:35 +0000 Subject: [PATCH] Added selection color. Removed Local Mail from thread pane. --- mailnews/ui/messenger/resources/folderPane.css | 4 ++++ mailnews/ui/messenger/resources/threadPane.css | 3 +++ mailnews/ui/messenger/resources/threadPane.xul | 7 +++---- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/mailnews/ui/messenger/resources/folderPane.css b/mailnews/ui/messenger/resources/folderPane.css index 0fd8039ba091..ff233d244a0d 100644 --- a/mailnews/ui/messenger/resources/folderPane.css +++ b/mailnews/ui/messenger/resources/folderPane.css @@ -27,6 +27,10 @@ treecell { display: table-cell; } +treecell[selectedcell] { + background-color: blue; +} + treehead treeitem treecell { background-color: #a0a0a0; border: thin black solid; diff --git a/mailnews/ui/messenger/resources/threadPane.css b/mailnews/ui/messenger/resources/threadPane.css index a1d783d4786c..e6e8f568f844 100644 --- a/mailnews/ui/messenger/resources/threadPane.css +++ b/mailnews/ui/messenger/resources/threadPane.css @@ -33,6 +33,9 @@ treecell { font-size: 10pt; } +treecell[selectedcell] { + background-color: blue; +} treehead treeitem treecell { background-color: #a0a0a0; border: thin black solid; diff --git a/mailnews/ui/messenger/resources/threadPane.xul b/mailnews/ui/messenger/resources/threadPane.xul index aa13ffdd29dc..b97340dcde23 100644 --- a/mailnews/ui/messenger/resources/threadPane.xul +++ b/mailnews/ui/messenger/resources/threadPane.xul @@ -8,7 +8,8 @@ xmlns:html="http://www.w3.org/TR/REC-html40" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> - + + @@ -20,11 +21,9 @@ + - Local Mail - -