Committing changes to xul.css to the branch.

git-svn-id: svn://10.0.0.236/branches/TREEWIDGET_19990616_BRANCH@35779 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
1999-06-17 06:20:56 +00:00
parent 93b41d53da
commit de2a5eba50

View File

@@ -559,22 +559,26 @@ tree {
}
treeitem {
display: table-row;
color: black;
display: table-row-group;
font: inherit;
}
treerow {
display: table-row;
font: inherit;
}
treehead {
display: table-header-group;
font: inherit;
}
treebody {
treechildren {
display: table-row-group;
font: inherit;
}
treeitem[selected="true"] {
treerow[selectedrow="true"] {
color: white;
background-color: #666699;
font: inherit;
@@ -586,22 +590,25 @@ treecell {
font: inherit;
}
treehead treeitem treecell {
treehead treerow treecell {
font-size: 10pt;
background-color: #a0a0a0;
border: 1px white transparent;
color: black;
}
treeitem > treechildren {
visibility: collapse;
}
treeitem[open="true"] > treechildren {
visibility: visible;
}
treecol {
display: table-column;
}
/* tabs related stuff */
tab {