From 87260370f5392e211cd0b3495b9d21b25e7d6883 Mon Sep 17 00:00:00 2001 From: "putterman%netscape.com" Date: Tue, 8 Jun 1999 21:08:12 +0000 Subject: [PATCH] Use onchange in threadPane and make selected color white. --- mailnews/base/resources/content/threadPane.xul | 2 +- mailnews/base/resources/skin/folderPane.css | 6 +++--- mailnews/base/resources/skin/threadPane.css | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mailnews/base/resources/content/threadPane.xul b/mailnews/base/resources/content/threadPane.xul index ca70dd0b18c6..66ae02ff8fbf 100644 --- a/mailnews/base/resources/content/threadPane.xul +++ b/mailnews/base/resources/content/threadPane.xul @@ -36,7 +36,7 @@ Rights Reserved. xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> - + diff --git a/mailnews/base/resources/skin/folderPane.css b/mailnews/base/resources/skin/folderPane.css index e12080a972d3..b0fa2e6fe549 100644 --- a/mailnews/base/resources/skin/folderPane.css +++ b/mailnews/base/resources/skin/folderPane.css @@ -35,6 +35,9 @@ tree { treeitem { display: table-row; + color: black; + font-family: Verdana; + font-size: 10pt; } treehead { @@ -47,9 +50,6 @@ treebody { treecell { display: table-cell; - color: black; - font-family: Verdana; - font-size: 10pt; white-space: nowrap; } diff --git a/mailnews/base/resources/skin/threadPane.css b/mailnews/base/resources/skin/threadPane.css index 8aada8a44f17..949a7efd9919 100644 --- a/mailnews/base/resources/skin/threadPane.css +++ b/mailnews/base/resources/skin/threadPane.css @@ -36,6 +36,9 @@ tree { treeitem { display: table-row; + font-family: Verdana; + font-size: 10pt; + color: black; } treehead { @@ -48,9 +51,6 @@ treebody { treecell { display: table-cell; - color: black; - font-family: Verdana; - font-size: 10pt; white-space: nowrap; }