[help] Two Safire Modification Questions

While recently messing around with the Safire Firefox mod, I've pretty much gotten it to an acceptible stage except for two things.

1. The release mentions a UserChrome addon line that allows one to remove the "It's Firefox" loading image and replace it with a plain brushed metal image. Are there any means of replacing it with just a blank white page?

2. Installing the (I assume) 1.09 version of the mod along with the fixes it seems that the "new tab" button was replaced. How would one go about replacing it with the original button from Safari?

Here's a shortcut to the mod itself: http://www.deviantart.com/view/19147285/

As well as a special thanks (considering I couldn't find anything in the search about replacing the "It's Firefox" thing other than the mod itself) to those that go out of their way to help the lazy ones such as myself. :cool:

#357009

The theme author is currently taking suggestions for the new version of the theme with a gradient background... take the time to suggest these features to him, and he'll probably include them.

#357063

1. Replace SaFire0_40.jarglobaltoolbarbkg.png with a 128x38 blank white image and add this to your userchrome.css.

browser {

background-image: url('chrome://global/skin/toolbar/bkg.png') !important;

background-repeat: repeat !important;

}

#357093

Thanks for the help aquaman, It actually completely skipped my mind to look in the actual Jar file for the theme (must've been a lack of sleep at the time.) The only thing is that your method removes the brushed look from behind the toolbar itself. However looking around I did manage to fix the two things I was looking for, I modded the smaller toolbar with the aqua buttons to have the original new tab button and I replaced the "it's firefox" image with a blank white image and everything looks fantastic. So in an indirect way, thanks for the help, it's appreciated.

Another thing I've been wondering about is:

1. After looking at this thread: http://www.aqua-soft.org/board/showthread....x+titlebar+text

I implemented Otherside's post about modifying the brand.dtd and browser.dtd (since the extention was outdated) so that it displayed just the website's name minus the "- Mozilla Firefox" at the end of it. It worked very well, except blank pages have no titlebar text, is there a way to change the titlebar text for blank pages to say "Untitled" as well as maintain the rest of modification?

Other than that, I'm pretty content at the moment. Thanks in advance for any potential insight.

#357204

I implemented Otherside's post about modifying the brand.dtd and browser.dtd (since the extention was outdated) so that it displayed just the website's name minus the "- Mozilla Firefox" at the end of it. It worked very well, except blank pages have no titlebar text, is there a way to change the titlebar text for blank pages to say "Untitled" as well as maintain the rest of modification?

Not that I know of.

though just to pont out, the extension still works.

Just needs the max version bumped up.

#357293