Moving tree styles around such that mailnews uses xul.css for tree style and xul.css has correct colors on tree headers. Hook?=slamm, sspitzer

This commit is contained in:
hangas%netscape.com 1999-08-04 21:21:18 +00:00
Родитель 67e54f0298
Коммит f096176e6d
4 изменённых файлов: 8 добавлений и 66 удалений

Просмотреть файл

@ -89,7 +89,7 @@ Rights Reserved.
<treecell onclick="return top.SortThreadPane('SubjectColumn', 'http://home.netscape.com/NC-rdf#Subject');">&subjectColumn.label;</treecell>
<treecell onclick="return top.SortThreadPane('AuthorColumn', 'http://home.netscape.com/NC-rdf#Sender');">&senderColumn.label;</treecell>
<treecell>
<html:img src="&readcol.img;"/>
<html:img style="height:9px" src="&readcol.img;"/>
</treecell>
<treecell onclick="return top.SortThreadPane('DateColumn', 'http://home.netscape.com/NC-rdf#Date');">&dateColumn.label;</treecell>
<treecell onclick="return top.SortThreadPane('StatusColumn', 'http://home.netscape.com/NC-rdf#Status');">&statusColumn.label;</treecell>

Просмотреть файл

@ -23,36 +23,6 @@ window {
background-color:white;
}
tree {
background-color:white;
border: none;
border-spacing: 0px;
//border-collapse: collapse;
width: 100%
}
treerow {
color: black;
}
treecell {
white-space: nowrap;
}
treerow[selectedrow="true"] {
background-color: #666699;
color: white;
}
treehead treerow treecell {
font-size: 9pt;
background-color: #666699;
border: thin darkgray solid;
color: white;
}
treerow > treecell > titledbutton{
height: 16px;
width: 16px;

Просмотреть файл

@ -23,28 +23,6 @@ window {
background-color: white;
}
tree {
background-color: white;
border: none;
border-spacing: 0px;
//border-collapse: collapse;
width: 100%;
table-layout: fixed;
}
treerow {
color: black;
}
treecell {
white-space: nowrap;
}
treerow[selectedrow="true"] {
background-color: #666699;
color: white;
}
treeitem[Status=""] > treerow {
font-weight: bold;
}
@ -75,12 +53,3 @@ treeitem[Status="new"] treerow > treecell > titledbutton.unreadcol {
list-style-image: url("chrome://messenger/skin/unreadmail.gif");
}
treehead treerow treecell {
font-size: 9pt;
background-color: #666699;
border: thin darkgray solid;
color: white;
}

Просмотреть файл

@ -682,10 +682,13 @@ treecell {
}
treehead treerow treecell {
font-size: 10pt;
background-color: #a0a0a0;
border: 1px white transparent;
color: black;
background-color: #666699;
border: thin darkgray solid;
color: white;
padding-left: 3px;
padding-right: 3px;
padding-top: 2px;
padding-bottom: 2px;
}
treeitem > treechildren {