mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
20 lines
407 B
CSS
20 lines
407 B
CSS
@import url(chrome://global/skin/global.css);
|
|
|
|
treecell.directory {
|
|
list-style-image: url("chrome://global/skin/dir-closed.gif");
|
|
}
|
|
|
|
treecell.file {
|
|
list-style-image: url("chrome://global/skin/blank.gif");
|
|
}
|
|
|
|
/*
|
|
treeitem.hidden > treerow > treecell > .tree-button {
|
|
color: #CCCCCC;
|
|
}
|
|
|
|
treeitem.hidden > treerow > treecell > .tree-icon {
|
|
list-style-image: url("chrome://global/skin/blank.gif");
|
|
}
|
|
*/
|