Add styles for folders in available panels list.

Using bookmark icons for now. r=mcafee
This commit is contained in:
slamm%netscape.com 1999-11-30 01:02:29 +00:00
parent 1b15637cc5
commit 406ac8bd19

View File

@ -60,3 +60,22 @@ titledbutton.down {
titledbutton.down[disabled="true"] {
list-style-image:url("chrome://sidebar/skin/list-down-dis.gif");
}
treeitem > treerow > treecell > .tree-icon
{
list-style-image: url("chrome://bookmarks/skin/bookmark-item.gif");
}
treeitem[container="true"] > treerow > treecell > .tree-icon
{
list-style-image: url("chrome://bookmarks/skin/bookmark-folder-closed.gif");
}
treeitem[container="true"][open="true"] > treerow > treecell > .tree-icon
{
list-style-image: url("chrome://bookmarks/skin/bookmark-folder-open.gif");
}
treeitem > treerow > treecell > .tree-icon > .twisty{
display: none;
}