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. 💙
4 Comments
siffered@fedia.io · 1 pts · 136d
treechildren::-moz-tree-drop-feedback { background-color: white !important; }
Godie@lemmy.world · 1 pts · 136d
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.siffered@fedia.io · 1 pts · 134d
Oh, that code is for the Bookmarks Manager. Try this for the Bookmarks menu drop-down:
image[part="drop-indicator"] { background-color: white !important; }
Godie@lemmy.world · 1 pts · 134d
Thanks, the
"is wrong, in my case I use'drop-indicator'and works fine. 💙