mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
remove am.css, a redunant style sheet
This commit is contained in:
parent
a26bd94b72
commit
d0585a4966
@ -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)
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user