I would like to expand on my question , which I asked on superuser few weeks ago. As the question was formulated, the answers were satisfactory, and I have accepted. But it turns out, it does not solve my whole problem.
I now have following code in my userChrome.css
and the toolbar and menu background have my custom color:
menubar, toolbar, nav-bar, #TabsToolbar > *{
background-color: rgb(102,66,60) !important;
}
But I need to change the background of the whole window frame, ie all panels and popup windows, such as when I click Edit -> Preferences
Can somebody please advise how to color the whole firefox window with my custom color ?
I am using Firefox 24.8.1 (Iceweasel) on Debian Wheezy. I would also like to apply the same solution to Thunderbird (Icedove).
I need to achieve this using userChrome.css
. I don't want to change the whole desktop Theme for all applicatiopns. I am using two separate firefox profiles, and I need them to look diferently so that I can tell them apart.
Comments
Post a Comment