remove am.css, a redunant style sheet

This commit is contained in:
alecf%netscape.com 1999-05-14 02:20:43 +00:00
parent a26bd94b72
commit d0585a4966
2 changed files with 0 additions and 64 deletions

View File

@ -67,7 +67,6 @@ EXPORT_RESOURCE_SAMPLES = \
$(srcdir)/am-server-webmail.xul \
$(srcdir)/am-copies.xul \
$(srcdir)/am-advanced.xul \
$(srcdir)/am.css \
$(srcdir)/SearchDialog.xul \
$(NULL)

View File

@ -1,63 +0,0 @@
window {
display: block;
width: 100%;
border: thin black solid bottom;
}
tree {
display: table;
background-color: white;
border: none;
border-spacing: 0px;
border-collapse: collapse;
width: 100%;
}
treeitem {
display: table-row;
visibility: visible;
}
treehead {
display: table-header-group;
}
treebody {
display: table-row-group;
}
treehead > treeitem {
visibility: visible;
}
treeitem[open] > treechildren > treeitem {
visibility: visible;
}
treebody > treeitem {
visibility: visible;
}
treecell {
display: table-cell;
color: black;
font-family: Arial;
font-size: 8pt;
}
treehead treeitem treecell {
background-color: white;
border: thin black solid;
color: black;
}
treeicon {
display: list-item;
list-style-image: url("http://rava/~hyatt/ClosedRead.gif");
list-style-position: inside;
}
treecell[selectedcell] {
background-color: yellow;
}