Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Folders in bookmarks are all yellow and look the same.

  • 2 respostas
  • 2 têm este problema
  • 1 exibição
  • Última resposta de 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.

Alterado por rj343 em

Todas as respostas (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.