Added threadPane.css

git-svn-id: svn://10.0.0.236/trunk@22453 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
putterman%netscape.com
1999-03-01 18:06:58 +00:00
parent 9ae1a51751
commit 031a23772b
2 changed files with 50 additions and 1 deletions

View File

@@ -0,0 +1,49 @@
window {
display: block;
width: 100%;
background-color: black;
}
tree {
display: table;
background-color: #000000;
border: none;
border-spacing: 0px;
//border-collapse: collapse;
width: 100%;
}
treeitem {
display: table-row;
}
treehead {
display: table-header-group;
}
treebody {
display: table-row-group;
}
treecell {
display: table-cell;
color: white;
font-family: Verdana;
font-size: 10pt;
}
treehead treeitem treecell {
background-color: #a0a0a0;
border: thin black solid;
color: black;
}
icon {
display: list-item;
list-style-image: url(http://www.shadowland.org/client/images/ClosedRead.gif);
}
treecell[selected] {
background-color: #000080;
}

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<?xml-stylesheet href="common.css" type="text/css"?>
<?xml-stylesheet href="threadPane.css" type="text/css"?>
<!DOCTYPE TreeView>