[help] Firefox toolbar background

Is there anyway to make the Safire theme use the default toolbar background of the msstyle that I'm using?

For example, I'm using Aqua Extreme which has a brushed substyle and using the Safire theme which also has a brushed background.

I just figured they would blend better if the firefox theme just used the windows default.

I know it can be done using the userchrome.css...I've done it before...just can't remember the code :-(

Also I've used the somantic firefox theme before and it used whatever msstle that I was using.

Thanks in advance,

HaMMeR=GoM=

#352859

page, window, dialog, menubar, menubarmenu, toolbar, toolbox, wizard, prefwindow {

background: -moz-Dialog !important;

}

That should work, maybe..

#352917

It changes the background into blank ~!:o

Is there a better way ~?

I also want one matching the WB theme MAC OS X TIGER by Steve ~!

#360251

Try

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

menubar, menubarmenu, toolbar, toolbox {

-moz-appearance: toolbox;

}

page, window, dialog, wizard, prefwindow {

-moz-appearance: toolbox;

}

It's how I pull from the visual style when I modded Safire. ;)

#360318

Thanks Zeroeffect, works beautifully on Firefox and Thunderbird...lol

In your debt,

HaMMeR=GoM=

#360392

No problem. Glad you gt it to work. ;)

#360423

It's almost perfect , but I still need help~!

there're two bottom lines I want to cancel , and the search bar background is not included ~!

firefox4pm.th.jpg

What if I mod the theme ,replace the original background with the one in the WB theme ~?

#360541

For the search background:

#searchbar {

-moz-appearance: none !important;

border: none !important;

background: transparent none !important;

}

If you want to change the statusbar to look like the top (gradient):

statusbar {

-moz-appearance: toolbox;

}

As far as the lines go, I think you mean the seperators.

#toolbar-menubar {

min-height: 12px !important;

padding: 0px !important;

margin: 0px !important;

border: none !important;

}

#nav-bar {

border: none !important;

padding: 0px !important;

}

#PersonalToolbar {

border: none !important;

}

#navigator-toolbox {

border-bottom-width: 0px !important;

}

The very bottom line is most likely part of the tab bar background. You might have to edit it in a paint program. Not sure where it is located in your theme's jar file. Sorry.

#360544

Oh no ~! Still lines appeared~!

firefox11ad.th.jpg

#360548

This is the theme I use ~!

Brushed aqua

#360550

Sorry, I can't get into the forum and these lines are beyond me. All I can think is that they are borders, not the usual seperators.

Good luck! :)

#360552

I fixed the link ~! Hope you can help me ~!

Thanks zerroeffect~!

#360553

Sorry, it won't work with Fx 1.5 and I don't know much about css. Have you tried emailing the author of the theme?

#360555

It seems that I should update my firefox ~!

I don't know hill's email ~!

Thank you so much zerroeffect ~!

#360556

No problem. Some people like Firefox 1.5 and some don't. You can try Safire or my mod of it if you have not already. Maybe those will get you what you want.

Safire

Eternal Aqua Safire

#360557

OK I will try it ~! M8~!

#360756