[solved] Change color sign when moving bookmark

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. 💙

5 points · 4 comments · view on lemmy.world

4 Comments

siffered@fedia.io · 1 pts · 136d (3 replies)

treechildren::-moz-tree-drop-feedback { background-color: white !important; }

Godie@lemmy.world · 1 pts · 136d (2 replies)

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 (1 reply)

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. 💙