Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

customize folder tree icons in 115

  • 1 відповідь
  • 0 мають цю проблему
  • 16 переглядів
  • Остання відповідь від dr.bertoldi

more options

Until 115 release I managed to customize the icons of folder tree via userChrome.css. But now that code doesn't work any more. I add here a piece of that code:

.tabmail-tab[type="folder"][SpecialFolder="Outbox"],

  1. treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox) {
 list-style-image: url("folder.png") !important;
 -moz-image-region: rect(0 16px 16px 0) !important;}

Of course folder.png is in the same folder of userChrome.css. How should I change it? Thank you!

Until 115 release I managed to customize the icons of folder tree via userChrome.css. But now that code doesn't work any more. I add here a piece of that code: .tabmail-tab[type="folder"][SpecialFolder="Outbox"], #treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox) { list-style-image: url("folder.png") !important; -moz-image-region: rect(0 16px 16px 0) !important;} Of course folder.png is in the same folder of userChrome.css. How should I change it? Thank you!

Усі відповіді (1)

more options

ops... My code is not shown correctly above. I try again:

.tabmail-tab[type="folder"][SpecialFolder="Outbox"], #treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox) { list-style-image: url("folder.png") !important; -moz-image-region: rect(0 16px 16px 0) !important;}