pjs/mailnews/ui/messenger/resources/threadPane.css

59 строки
940 B
CSS
Исходник Обычный вид История

1999-03-01 21:06:58 +03:00
window {
display: block;
background-color: white;
1999-04-01 07:56:37 +04:00
background-image: url(http://web.mit.edu/stars.gif);
1999-03-01 21:06:58 +03:00
}
tree {
display: table;
border: none;
border-spacing: 0px;
//border-collapse: collapse;
width: 100%;
1999-03-01 21:06:58 +03:00
}
treeitem {
display: table-row;
}
1999-03-01 21:06:58 +03:00
treehead {
display: table-header-group;
}
1999-03-01 21:06:58 +03:00
treebody {
display: table-row-group;
}
1999-03-01 21:06:58 +03:00
treecell {
display: table-cell;
1999-04-01 07:56:37 +04:00
color: white;
font-family: Verdana;
font-size: 10pt;
}
1999-03-01 21:06:58 +03:00
treecell[selectedcell] {
background-color: #666699;
color: white;
}
treeitem[Status="new"] {
font-weight: bold;
}
treehead treeitem treecell {
font-size: 9pt;
background-color: #666699;
border: thin darkgray solid;
color: white;
}
1999-03-01 21:06:58 +03:00
icon {
display: list-item;
list-style-image: url(http://www.shadowland.org/client/images/ClosedRead.gif);
1999-03-01 21:06:58 +03:00
}
treeitem > treecell > titledbutton {
vertical-align: bottom;
list-style-image: url("resource:/res/mailnews/messenger/mailMessage.gif");
}