Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

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

Learn More

Folders in bookmarks are all yellow and look the same.

  • 2 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 rj343

more options

After moving related bookmarks into one folder in the left side column of bookmarks, all the yellow folders look alike.

Is there a way that is not complicated to distinguish each folder in some way?

For example-- to have a folder with all eBay related bookmarks to show the eBay icon. Or a TIVO folder to have a TiVo icon. Even simpler yet, just an assortment of colors we could assign to each folder. I would think someone should be able to create an add-on for that.

Moving related bookmarks into one folder creates fewer bookmarks but then it's just one blur of yellow folders. You have to look at each folder name to find what you want.

With the separator lines just barely visible as well, this makes it even worse. Separator lines should be much darker.

After moving related bookmarks into one folder in the left side column of bookmarks, all the yellow folders look alike. Is there a way that is not complicated to distinguish each folder in some way? For example-- to have a folder with all eBay related bookmarks to show the eBay icon. Or a TIVO folder to have a TiVo icon. Even simpler yet, just an assortment of colors we could assign to each folder. I would think someone should be able to create an add-on for that. Moving related bookmarks into one folder creates fewer bookmarks but then it's just one blur of yellow folders. You have to look at each folder name to find what you want. With the separator lines just barely visible as well, this makes it even worse. Separator lines should be much darker.

由rj343于修改

所有回复 (2)

more options

There aren't any extensions that allow to assign an icon to a bookmarks folder AFAIK.

So your only option to accomplish this is with code in userChrome.css below the @namespace line.

You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.


#personal-bookmarks .bookmark-item[container][label="Folder_Name"] {
 list-style-image:url('folder-icon.png')!important;
 -moz-image-region:auto!important;
}
more options

Thanks for your reply but this is too complicated for my level of technical skill.

Someone needs to develop add-ons for these two problems. I'm sure they would be very popular.