Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • Ingen svar
  • 1 har dette problemet
  • 11 views
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?

Endret av MozzyBob