From 031a23772b81827906b25c53de0853f67aec8712 Mon Sep 17 00:00:00 2001 From: "putterman%netscape.com" Date: Mon, 1 Mar 1999 18:06:58 +0000 Subject: [PATCH] Added threadPane.css git-svn-id: svn://10.0.0.236/trunk@22453 18797224-902f-48f8-a5cc-f745e15eee43 --- .../ui/messenger/resources/threadPane.css | 49 +++++++++++++++++++ .../ui/messenger/resources/threadPane.xul | 2 +- 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 mozilla/mailnews/ui/messenger/resources/threadPane.css diff --git a/mozilla/mailnews/ui/messenger/resources/threadPane.css b/mozilla/mailnews/ui/messenger/resources/threadPane.css new file mode 100644 index 00000000000..a1d783d4786 --- /dev/null +++ b/mozilla/mailnews/ui/messenger/resources/threadPane.css @@ -0,0 +1,49 @@ +window { + display: block; + width: 100%; + background-color: black; +} + +tree { + display: table; + background-color: #000000; + border: none; + border-spacing: 0px; + //border-collapse: collapse; + width: 100%; +} + +treeitem { + display: table-row; +} + +treehead { + display: table-header-group; +} + +treebody { + display: table-row-group; + +} + +treecell { + display: table-cell; + color: white; + font-family: Verdana; + font-size: 10pt; +} + +treehead treeitem treecell { + background-color: #a0a0a0; + border: thin black solid; + color: black; +} + +icon { + display: list-item; + list-style-image: url(http://www.shadowland.org/client/images/ClosedRead.gif); +} + +treecell[selected] { + background-color: #000080; +} \ No newline at end of file diff --git a/mozilla/mailnews/ui/messenger/resources/threadPane.xul b/mozilla/mailnews/ui/messenger/resources/threadPane.xul index 45218f3d6c5..48e99a315dc 100644 --- a/mozilla/mailnews/ui/messenger/resources/threadPane.xul +++ b/mozilla/mailnews/ui/messenger/resources/threadPane.xul @@ -1,5 +1,5 @@ - +