mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-29 21:25:35 +00:00
37c20026e0
Bug 211657, r+sr=dbaron
17 lines
500 B
CSS
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;
|
|
}
|