Bradley doesn't like dir viewer's border. Who am I to disagree? r=hewitt sr=hyatt

git-svn-id: svn://10.0.0.236/trunk@107281 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com 2001-11-04 02:38:04 +00:00
parent fb6e24185d
commit 69b64d953c
2 changed files with 10 additions and 0 deletions

View File

@ -43,6 +43,11 @@
@import url(chrome://communicator/skin/);
#tree {
margin: 0px !important;
border: none;
}
/* Hide twisty for files */
.treecell-indent[type="FILE"] > .tree-cell-twisty
{

View File

@ -29,6 +29,11 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#tree {
margin: 0px !important;
border: none;
}
.treecell-filename {
list-style-image: url("chrome://communicator/skin/directory/file-icon.gif");
}