08-10-2023 10:38 AM
I have made many changes by putting commands inside the userChrome.css file.
Is there a way to change the color when the mouse arrow is on an icon in the URL box?
Thanks in advance
08-10-2023 03:40 PM
08-12-2023 10:12 AM
Thanks for the prompt reply. I mentioned the question in the link but the answer is only for the bookmark icon
The command is this:
#star-button-box:hover { background-color: lightgray !important; }
Is there a single command that changes the color of all the icons that appear inside the URL Box?