搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

话题已关闭并存档。 如果需要帮助请提出新问题。

How can the bookmark folder colors be changed from gray?

  • 5 个回答
  • 19 人有此问题
  • 1 次查看
  • 最后回复者为 Chris Ilias

more options

With the recent update, the folder colors have for no good reason been made ugly grey. It would be nice to have a choice of colors for each different folder. At the minimum please restore the previous yellow.

With the recent update, the folder colors have for no good reason been made ugly grey. It would be nice to have a choice of colors for each different folder. At the minimum please restore the previous yellow.

被采纳的解决方案

You need to create a userChrome.css file and copy / paste the following code into it.


/* Colored folders for bookmark sidebar, toolbar, menu button */ /* Standard folder */ #bookmarks-view treechildren::-moz-tree-image(container), #PlacesToolbarItems toolbarbutton[container="true"] .toolbarbutton-icon, #PlacesToolbarItems menu[container="true"] .menu-iconic-left, #BMB_bookmarksPopup menu[container="true"] .menu-iconic-icon { fill: #e8bb00 !important; /* slightly muted gold */ } /* Live Bookmark (RSS Feed) */ #bookmarks-view treechildren::-moz-tree-image(container, livemark), #PlacesToolbarItems toolbarbutton[container="true"][livemark="true"] .toolbarbutton-icon, #PlacesToolbarItems menu[container="true"][livemark="true"] .menu-iconic-left, #BMB_bookmarksPopup menu[container="true"][livemark="true"] .menu-iconic-icon { fill: orange !important; } /* Smart bookmark folder */ #bookmarks-view treechildren::-moz-tree-image(container, query), #PlacesToolbarItems toolbarbutton[container="true"][query="true"] .toolbarbutton-icon, #PlacesToolbarItems menu[container="true"][query="true"] .menu-iconic-left, #BMB_bookmarksPopup menu[container="true"][query="true"] .menu-iconic-icon { fill: #69c !important; /* similar to blue smart folder color */ } /* These "containers" are SVG in the sidebar, not yet on the menu */ #bookmarks-view treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu) { fill: olive !important; } #bookmarks-view treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar) { fill: olive !important; } #bookmarks-view treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks) { fill: olive !important; }

定位到答案原位置 👍 2

所有回复 (5)

more options

选择的解决方案

You need to create a userChrome.css file and copy / paste the following code into it.


/* Colored folders for bookmark sidebar, toolbar, menu button */ /* Standard folder */ #bookmarks-view treechildren::-moz-tree-image(container), #PlacesToolbarItems toolbarbutton[container="true"] .toolbarbutton-icon, #PlacesToolbarItems menu[container="true"] .menu-iconic-left, #BMB_bookmarksPopup menu[container="true"] .menu-iconic-icon { fill: #e8bb00 !important; /* slightly muted gold */ } /* Live Bookmark (RSS Feed) */ #bookmarks-view treechildren::-moz-tree-image(container, livemark), #PlacesToolbarItems toolbarbutton[container="true"][livemark="true"] .toolbarbutton-icon, #PlacesToolbarItems menu[container="true"][livemark="true"] .menu-iconic-left, #BMB_bookmarksPopup menu[container="true"][livemark="true"] .menu-iconic-icon { fill: orange !important; } /* Smart bookmark folder */ #bookmarks-view treechildren::-moz-tree-image(container, query), #PlacesToolbarItems toolbarbutton[container="true"][query="true"] .toolbarbutton-icon, #PlacesToolbarItems menu[container="true"][query="true"] .menu-iconic-left, #BMB_bookmarksPopup menu[container="true"][query="true"] .menu-iconic-icon { fill: #69c !important; /* similar to blue smart folder color */ } /* These "containers" are SVG in the sidebar, not yet on the menu */ #bookmarks-view treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu) { fill: olive !important; } #bookmarks-view treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar) { fill: olive !important; } #bookmarks-view treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks) { fill: olive !important; }

more options

These two solutions appear to be the same. But the second solution contains paragraph marks. Does that make a difference to running this script?

I copied the script(solution #1) and put it into the folder as described. Saved the script, and exited Notepad, then I exited Firefox, re-opened it. Bookmark folders are still shaded gray. Does the script require a full re-boot?

Using Windows 10

由Gotadimple于修改

more options

It worked for me after closing the browser and then re-opening. Unfortunately, the Folders are basically just outlined in a yellow-orange color. I have tried to make them completely solid but to no avail.

Also, with this new version I will attempt to open my bank site and everything freezes and I can't close anything. Its happened with other sites too, that I try to open. I then have to spend time using Task Manager to close everything.

Seems buggy. I may finally have to move on from this after several years of using FF.

more options

I'm truly disappointed with Mozilla for doing this. Stupid FB did the same thing with one of their features, and isn't anybody asking users what they want before forging ahead and doing something as lame as this? It can't be complicated to change ... on YOUR end. What got posted as a solution above is no viable answer to this annoyance!

more options

Hi King Ray,
If you want to leave feedback for Firefox developers, go to the Help menu and select Submit Feedback. You'll be heard there.