Added selection color. Removed Local Mail from thread pane.

git-svn-id: svn://10.0.0.236/trunk@23368 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
putterman%netscape.com
1999-03-09 21:49:35 +00:00
parent 4cfc093823
commit e6ceda4543
3 changed files with 10 additions and 4 deletions

View File

@@ -27,6 +27,10 @@ treecell {
display: table-cell;
}
treecell[selectedcell] {
background-color: blue;
}
treehead treeitem treecell {
background-color: #a0a0a0;
border: thin black solid;

View File

@@ -33,6 +33,9 @@ treecell {
font-size: 10pt;
}
treecell[selectedcell] {
background-color: blue;
}
treehead treeitem treecell {
background-color: #a0a0a0;
border: thin black solid;

View File

@@ -8,7 +8,8 @@
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<tree datasources="rdf:mailnews">
<tree rdf:datasources="rdf:mailnews">
<treecol rdf:resource="http://home.netscape.com/NC-rdf#Subject"/>
<treecol rdf:resource="http://home.netscape.com/NC-rdf#Sender"/>
<treecol rdf:resource="http://home.netscape.com/NC-rdf#Date"/>
@@ -20,11 +21,9 @@
</treeitem>
</treehead>
<treebody id="mailbox:/Inbox" rdf:containment="http://home.netscape.com/NC-rdf#MessageChild">
<treeitem open="true">
<treecell><treeindentation/><html:img html:hspace="2" html:style="vertical-align: bottom" html:src="http://rava/~hyatt/ClosedRead.gif"/>Local Mail</treecell>
<treecell></treecell>
<treecell></treecell>
</treeitem>
</treebody>
</tree>