Mozilla Theme Background

I remember someone posting a code that makes the mozilla theme use windows theme background, or at least I think thats what it was, I tried searching for it but had no luck.

#366612

I need it too then, I changed mine when i installed a skin, and I don't really like it. I like the plain blank.

#366680

I tried searching for it but had no luck.

Search terms : "firefox toolbar background"

Result : 3rd item

Search

#366701

I use this, maybe you dont need everything but here it is:

window,

page,

dialog,

wizard,

prefwindow {

-moz-appearance: window !important;

background-color: -moz-Dialog !important;

background-image: none !important;

}



menubar, menubarmenu, toolbar, toolbox {

background-color: transparent !important;

background-image: none !important;

}



statusbar {

-moz-appearance: statusbar !important;

background-color: -moz-Dialog !important;

}



statusbarpanel {

-moz-appearance: statusbarpanel !important;

}



.statusbar-resizerpanel {

-moz-appearance: resizerpanel !important;

}



resizer[dir="bottomright"] {

-moz-appearance: resizer !important;

}

#366730

Search terms : "firefox toolbar background"

Result : 3rd item

Search

Sorry - no matches. Please try some different terms.

Edit - got it using

prefwindow {min-width: 56em !important;}

menubar, menubarmenu, toolbar, toolbox {

-moz-appearance: toolbox;

}

page, window, dialog, wizard, prefwindow {

-moz-appearance: toolbox;

}

#366787

Do you put this code in the user chrome css?

#366808

yes, in your userChrome.css

#366809

Worked nicely, thanks.

#366825