minus-squaresiffered@fedia.iotoFirefox Customs@fedia.io•[solved] Change color sign when moving bookmarklinkfedilinkarrow-up1·6 months agoOh, that code is for the Bookmarks Manager. Try this for the Bookmarks menu drop-down: image[part=“drop-indicator”] { background-color: white !important; } linkfedilink
minus-squaresiffered@fedia.iotoFirefox Customs@fedia.io•[solved] Change color sign when moving bookmarklinkfedilinkarrow-up1·6 months agotreechildren::-moz-tree-drop-feedback { background-color: white !important; } linkfedilink
minus-squaresiffered@fedia.iotoFirefox@fedia.io•How can I make the Browser Toolbox show in the same window as the browse rather than separate window?linkfedilinkarrow-up1·2 years agoWith a stay-on-top utility, e.g. https://www.4t-niagara.com/tray.html. linkfedilink
Oh, that code is for the Bookmarks Manager. Try this for the Bookmarks menu drop-down:
image[part=“drop-indicator”] { background-color: white !important; }