mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-05 15:59:45 +00:00
Added selection color. Removed Local Mail from thread pane.
This commit is contained in:
parent
c2192b4a62
commit
43ff567510
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user