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:
@@ -27,6 +27,10 @@ treecell {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
treecell[selectedcell] {
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
treehead treeitem treecell {
|
||||
background-color: #a0a0a0;
|
||||
border: thin black solid;
|
||||
|
||||
@@ -33,6 +33,9 @@ treecell {
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
treecell[selectedcell] {
|
||||
background-color: blue;
|
||||
}
|
||||
treehead treeitem treecell {
|
||||
background-color: #a0a0a0;
|
||||
border: thin black solid;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user