搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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.