blakeross%telocity.com 9f172b7d86 Just put the bookmarks-toolbar binding into browser.css so we don't need to include yet another css file.
git-svn-id: svn://10.0.0.236/trunk@131915 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-13 16:50:35 +00:00

17 lines
499 B
CSS

bookmarks-tree, bookmarks-tree[type="multi-column"] {
-moz-binding: url("chrome://browser/content/bookmarks/bookmarksTree.xml#bookmarks-tree-full");
}
bookmarks-tree[type="single-column"] {
-moz-binding: url("chrome://browser/content/bookmarks/bookmarksTree.xml#bookmarks-tree-name");
}
bookmarks-tree[type="folders"] {
-moz-binding: url("chrome://browser/content/bookmarks/bookmarksTree.xml#bookmarks-tree-folders");
}
treechildren:-moz-tree-image(Name) {
width:16px;
height:16px;
}