- Gelöst
- Archiviert
change new tab button color
I want to change the "+" color on the new tab icon I was able to do this for the close tab "X' icon with the following css code in my userChrome.css file. .tabbrowser-tab… (Lesen Sie mehr)
I want to change the "+" color on the new tab icon
I was able to do this for the close tab "X' icon with the following css code in my userChrome.css file.
.tabbrowser-tab .close-icon:hover {
fill: white !important; background-color: red !important; border-radius: 4px; }
I think this code should work for the new tab icon, however I don't know the name of the new tab icon.
Please help,
Thank you