
Change bookmark folder FILL color using CSS? (FFox 57)
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?
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?
Змінено