From e6ceda4543a6dc9da5f4e264385d8bc110405fca 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. git-svn-id: svn://10.0.0.236/trunk@23368 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/ui/messenger/resources/folderPane.css | 4 ++++ mozilla/mailnews/ui/messenger/resources/threadPane.css | 3 +++ mozilla/mailnews/ui/messenger/resources/threadPane.xul | 7 +++---- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/mozilla/mailnews/ui/messenger/resources/folderPane.css b/mozilla/mailnews/ui/messenger/resources/folderPane.css index 0fd8039ba09..ff233d244a0 100644 --- a/mozilla/mailnews/ui/messenger/resources/folderPane.css +++ b/mozilla/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/mozilla/mailnews/ui/messenger/resources/threadPane.css b/mozilla/mailnews/ui/messenger/resources/threadPane.css index a1d783d4786..e6e8f568f84 100644 --- a/mozilla/mailnews/ui/messenger/resources/threadPane.css +++ b/mozilla/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/mozilla/mailnews/ui/messenger/resources/threadPane.xul b/mozilla/mailnews/ui/messenger/resources/threadPane.xul index aa13ffdd29d..b97340dcde2 100644 --- a/mozilla/mailnews/ui/messenger/resources/threadPane.xul +++ b/mozilla/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 - -