mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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;
|
|
}
|