зеркало из https://github.com/mozilla/gecko-dev.git
Bradley doesn't like dir viewer's border. Who am I to disagree? r=hewitt sr=hyatt
This commit is contained in:
Родитель
201e287809
Коммит
59b99b11eb
|
@ -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");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче