mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
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;
|
|
}
|