new styles for expanding and collapsing folders

git-svn-id: svn://10.0.0.236/trunk@23418 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com
1999-03-10 00:01:55 +00:00
parent b82cb437b9
commit 7d7d82c1c1

View File

@@ -14,6 +14,7 @@ tree {
treeitem {
display: table-row;
visibility: collapse;
}
treehead {
@@ -21,10 +22,20 @@ treehead {
}
treebody {
display: table-row-group;
display: table-row-group;
}
treehead > treeitem {
visibility: visible;
}
treeitem[open] > treechildren > treeitem {
visibility: visible;
}
treebody > treeitem {
visibility: visible;
}
treecell {
display: table-cell;
color: black;
@@ -46,4 +57,6 @@ treeicon {
treecell[selectedcell] {
background-color: lightBlue;
}
}