How do I change the background color of the tab bar in Australis?
http://i.imgur.com/onyVneP.jpg this is how my tab bar is, I have a custom Windows theme. http://i.imgur.com/3cbzNso.jpg this is how I'd like it to be. Is there any way to change that stupid white glare?
Toutes les réponses (5)
The background color of the "site identity button"? I think the selector for that (for purposes of custom style rules) is:
#identity-box
You might try
#identity-box {background-color:transparent !important;}
If everything I just said is gibberish, look up userChrome.css for more on applying custom style rules in Firefox.
Using #identity-box doesn't do anything.
Specifically, http://i.imgur.com/nx0a6nd.jpg is what I can't change even with a persona or theme or whatever it's called.
Are you using the -moz-appearance:none!important; rule?
Yes, I am. Forgot to mention I'm using Nightly.