Hello, I wanted to know how can I change the border that appears when dragging an item in about:preferences in the search section. In this part specifically:
Hope someone can help me, thanks!
Hello, I wanted to know how can I change the border that appears when dragging an item in about:preferences in the search section. In this part specifically:
Hope someone can help me, thanks!
Like this:
@-moz-document url-prefix("about:preferences"){ treechildren::-moz-tree-drop-feedback { background: #f00 !important; } }
Perfect! Thanks!!