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

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

Learn More

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

Change bookmark folder FILL color using CSS? (FFox 57)

  • Відповіді відсутні
  • 1 має цю проблему
  • 5 переглядів
more options

I'm using this CSS code I found out here to customize the bookmark folder colors:

  1. bookmarks-view treechildren::-moz-tree-image(container),
  2. PlacesToolbarItems toolbarbutton[container="true"] .toolbarbutton-icon,
  3. PlacesToolbarItems menu[container="true"] .menu-iconic-left,
  4. BMB_bookmarksPopup menu[container="true"] .menu-iconic-icon { fill: #713403 !important; /* orange */ }

FFox uses the color for the border of the folders, but does some kind of mutated blend/transparency to fill the folders to a much lighter shade. Is there some way to adjust either the fill color itself or at least the level of transparency for it? Pehaps there's another CSS setting I need?

I'm using this CSS code I found out here to customize the bookmark folder colors: #bookmarks-view treechildren::-moz-tree-image(container), #PlacesToolbarItems toolbarbutton[container="true"] .toolbarbutton-icon, #PlacesToolbarItems menu[container="true"] .menu-iconic-left, #BMB_bookmarksPopup menu[container="true"] .menu-iconic-icon { fill: #713403 !important; /* orange */ } FFox uses the color for the border of the folders, but does some kind of mutated blend/transparency to fill the folders to a much lighter shade. Is there some way to adjust either the fill color itself or at least the level of transparency for it? Pehaps there's another CSS setting I need?

Змінено MozzyBob