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:
parent
fb6e24185d
commit
69b64d953c
@ -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
|
||||
{
|
||||
|
||||
@ -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");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user