Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

How can I change the Bookmark Folder Icons?

  • 2 ответа
  • 2 имеют эту проблему
  • 3 просмотра
  • Последний ответ от cor-el

more options

I have a few "Folders" on the bookmark bar and I want to know how or if I even can change the plain Folder looking icon to something more relevant to the folder itself?

I have a few "Folders" on the bookmark bar and I want to know how or if I even can change the plain Folder looking icon to something more relevant to the folder itself?

Все ответы (2)

more options

If you are familiar with doing CSS coding, see this - http://userstyles.org/styles/1682/bookmark-folder-icons

You will need to write a piece of code for each folder and provide a unique image for each folder to want to change. The most complicated part is creating or converting an image for each folder in Base64 code.

more options

You do not need to convert the image to base64 if you use userChrome.css and place the images in the chrome folder with the userChrome.css file.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.