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.
Mozilla Theme Background
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.
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;
}
Search terms : "firefox toolbar background"Result : 3rd item
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;
}
Do you put this code in the user chrome css?
yes, in your userChrome.css
Worked nicely, thanks.
Aqua-Soft Forums