How to change the color of panel?

User Help for Mozilla Firefox
Post Reply
putadot
Posts: 1
Joined: May 1st, 2014, 11:24 am

How to change the color of panel?

Post by putadot »

Hi all,

Maybe someone knows how to change the color of panel.

When I used Firefox 28 and MX4 1.1.7 theme this panel was grey. After updating to Firefox 29 and to MX4 2.1 this panel became blue (color of window of my MS Windows 7). What files in mx4@dkgo.com.xpi must be changed and how?

http://fotki.yandex.ru/users/putadot/view/1097388 - link to how it looks like
User avatar
Gingerbread Man
Posts: 7735
Joined: January 30th, 2007, 10:55 am

Re: How to change the color of panel?

Post by Gingerbread Man »

Hello,

Use a user style instead of tampering with the theme file. That way your changes won't be lost when the theme is updated, and you don't risk breaking it.

If you don't mind changing the color of the title bar as well, try this in Stylish or userChrome.css. In the latter, the first line should only appear once in the file.
https://addons.mozilla.org/firefox/addon/stylish/
http://kb.mozillazine.org/UserChrome.css

Code: Select all

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#navigator-toolbox { background: rgb(245,245,245) !important; }

I'm not sure if it will affect anything else it's not supposed to. I'd normally try affecting the tab bar element directly, but when the title bar is hidden there's a weird gap below the caption buttons.

Image
Post Reply