Background color for selected Tab doesn't change after recent Firefox updates
I noticed that my Tab background color doesn't change after recent Firefox updates. I have this code (css - chrome) to change the color of the active tab to green and it … (xle nububuwo)
I noticed that my Tab background color doesn't change after recent Firefox updates.
I have this code (css - chrome) to change the color of the active tab to green and it no longer working.
/* Start code: Change color of active tab to Green and the inactive to default*/ tab[selected="true"] *{ background-color: #00c100 !important; /*Green */ font-size:10pt !important; font-weight: 650 !important; color: black !important; }
Any help in fixing this is appreciated. Regards,