on [solved] Change color sign when moving bookmark · c/FirefoxCSS · 1 pts · 134dOh, that code is for the Bookmarks Manager. Try this for the Bookmarks menu drop-down: image[part="drop-indicator"] { background-color: white !important; }
on [solved] Change color sign when moving bookmark · c/FirefoxCSS · 1 pts · 136dtreechildren::-moz-tree-drop-feedback { background-color: white !important; }
on How can I make the Browser Toolbox show in the same window as the browse rather than separate window? · c/firefox · 1 pts · 1yWith a stay-on-top utility, e.g. https://www.4t-niagara.com/tray.html.
Oh, that code is for the Bookmarks Manager. Try this for the Bookmarks menu drop-down:
image[part="drop-indicator"] { background-color: white !important; }
treechildren::-moz-tree-drop-feedback { background-color: white !important; }
With a stay-on-top utility, e.g. https://www.4t-niagara.com/tray.html.