Hi, I could not identify this element to be able to change its color, it appears when you try to move a bookmark, I appreciate any help. 💙
Hi, I could not identify this element to be able to change its color, it appears when you try to move a bookmark, I appreciate any help. 💙
treechildren::-moz-tree-drop-feedback { background-color: white !important; }
First try and seem doesn’t work.
I will try it without my theme soon. Seems like doesn’t work, maybe is a change in
Firefox beta, I test the code always in there to update my theme for the next version.Oh, that code is for the Bookmarks Manager. Try this for the Bookmarks menu drop-down:
image[part=“drop-indicator”] { background-color: white !important; }
Thanks, the
"is wrong, in my case I use'drop-indicator'and works fine. 💙