bzbarsky%mit.edu e81d4cb336 Move to the double-'::' notation for -moz-tree-* pseudo-elements in browser/.
Bug 211657, r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@144539 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-07 22:18:42 +00:00

17 lines
500 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;
}