#46423 - [Modern] tree cleanup, r=hangas, a=ben

This commit is contained in:
hewitt%netscape.com 2000-09-19 23:09:41 +00:00
Родитель 661af764d4
Коммит 3e2d5d4824
1 изменённых файлов: 15 добавлений и 9 удалений

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

@ -30,14 +30,28 @@ treecell {
padding: 0px 0px 1px 2px; padding: 0px 0px 1px 2px;
} }
.treecell-header { .treecell-header {
border: 1px outset #C2D0D0; border: 1px outset #C2D0D0;
padding: 0px 0px 0px 4px;
background-color: #C2D0D0; background-color: #C2D0D0;
padding: 0px 0px 0px 4px;
vertical-align: middle; vertical-align: middle;
color: #000000; color: #000000;
} }
/*
tree.inset > treehead > treecell,
tree.inset > treehead > treerow > treecell
{
border: 1px outset #C2D0D0;
background-color: #C2D0D0;
color: #000000;
}
*/
treehead > treerow {
border: none;
}
.treecell-header-image { .treecell-header-image {
padding: 0px; padding: 0px;
} }
@ -46,13 +60,6 @@ treecell {
padding: 0px; padding: 0px;
} }
.treecell-inset-header {
border-top: 1px solid white;
border-bottom: 1px solid #666666;
border-left: 1px solid white;
border-right: 1px solid #666666;
}
tree.inset > treehead > treerow > treecell.sortable:active { tree.inset > treehead > treerow > treecell.sortable:active {
border-top: 1px solid #666666; border-top: 1px solid #666666;
border-bottom: 1px solid white; border-bottom: 1px solid white;
@ -151,7 +158,6 @@ treeitem[selected="true"][container="true"][open="true"] > treerow > treecell >
treecol[sortDirection="true"], treecol[sortDirection="true"],
treecol[sortActive="true"] treecol[sortActive="true"]
{ {
background-color : #DFDFDF;
} }
.treecell-popup-icon .treecell-popup-icon