Home › Forums › ColorfulTabs › userChrome.css Tweaks for ColorfulTabs in Firefox Quantum and later › Reply To: userChrome.css Tweaks for ColorfulTabs in Firefox Quantum and later
Hi,
At first I have to say how much I appreciate your work on this addons. It should be a must-have for any browser in my opinion. (It is so sad the Mozilla Foundation do not think the same about that.)
But despite of the description and the code written above (that I used) I can not colorize the inactive, white tabs and I couldn't remove the color of the tool-bar background, so I can't observe any change in colors of UI, and it looks like before.
I created the userChrome.css file in my home directory of Firefox 58.0.2 (64 bit) on Linux Mint 18.3 Xfce, and I can not see any change at the colors of the tabs or toolbar background. (If more tabs are open only the active one is colored and the color of the toolbar background is identical with that color, but the other tabs are uncolored (just white).
The code wich I wrote in userChrome.css is:
# Customization of UI of Firefox Quantum
toolbar {
background: initial !important;
}
toolbar {
background: #263238 !important;
color: #ECEFF1 !important;
}
So if I failed the CSS file, please forgive me, but I'm not versed at all in CSS-coding.
It would be useful the exact list of the code-lines (or the relevant part) of a userChrome.css file which it could be used as a template to make ColorfulTabs work as the good old version of it.
Thank you any help in anticipation.