This commit is contained in:
gayatrib%netscape.com 1999-09-28 19:19:08 +00:00
parent 6ad833aac3
commit 46528cd4a2
3 changed files with 129 additions and 0 deletions

View File

@ -0,0 +1,51 @@
window {
display: block;
width: 100%;
background-color: white;
}
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;
height: 16px;
width: 16px;
list-style-image: url("resource:/res/mailnews/messenger/closedMailFolder.gif");
}
treecell[selected] {
background-color: #000080;
}

View File

@ -0,0 +1,35 @@
window {
display: block;
background-color: light-gray;
width: 100%;
}
iframe {
width: 100%;
height: 100%;
border: 0px;
}
box {
width: 100%;
height: 100%;
display: block;
}
titledbutton.active {
color: yellow;
border: 0px;
margin: 1px;
padding: 3px 2px 0px 1px
}
titledbutton[disabled] {
color: black;
}
titledbutton {
color: black;
margin: 1px;
padding: 2px 1px 1px 2px
}

View File

@ -0,0 +1,43 @@
window {
background-color: white;
}
tree {
background-color: #FFFFFF;
border: 5px ridge;
border-spacing: 0px;
width: 75%;
}
treecol[id="migration"] {
width: 25%;
}
treecol[id="username"] {
width: 75%;
}
treecell {
font-family: Verdana, Sans-Serif;
font-size: 8pt;
white-space: nowrap;
}
treeitem[selected] {
background-color: yellow;
}
//treecell[selectedcell] {
//background-color: yellow;
//}
treehead treeitem treecell {
background-color: #00C0FF;
border: outset 1px;
border-color: white #707070 #707070 white;
vertical-align: middle;
}
//popup {
//display: none;
//}