Firefox SaFire get rid of a line in the toolbar
I never minded that, but I would like to know too. Where did you get that skin anyway?
I never minded that, but I would like to know too. Where did you get that skin anyway?
Check Bazon-bloch's Deviantart journal. It's currently in testing.
@strija wow that was quick,.....it worked! thx man
@Paralex: it's Bazon Bloch's Safire gradient preview theme:
what WB theme did you use with Bazon Blochs safire theme? cause i cant find any good ones to go with it
it is safari by aquarius
what WB theme did you use with Bazon Blochs safire theme? cause i cant find any good ones to go with it
For regular Safire, use toyo-snow's Safari. For the gradient-equipped Safire, there isn't one yet: Bazon is apparently going to make a WB theme to remedy this.
Hmm, I have been trying to get this to work for about 2 hours now, and it is really starting to aggrivate me.
So, before I punch a whole in my new Dell 20W LCD I figured I would come here for help. ![]()
Anyways, this is what my Userchrome.css file currently looks like:
@import url("chrome://global/skin/subskin/applebutton.css");
* {
font-family: Bitstream Vera Sans !important;
}
@namespace url(";http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/* Remove separators between toolbars*/
#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;
}
__________________________________________________________________________
This evidently doesn't work, but I am not sure how to set it up. I have tried several diffrent ways.
Actually, I would really prefer to keep the line, is there a way to change the color of the line to a lighter, more safari-like hue?
Any help would be appreciated.
Tim
I dont know why but i had the same "problem" on of the skins i was using and i wanted to change the toolbar background and used this code
prefwindow {min-width: 56em !important;}menubar, menubarmenu, toolbar, toolbox {
-moz-appearance: toolbox;
}
page, window, dialog, wizard, prefwindow {
-moz-appearance: toolbox;
}
for some reason it removed the line to ![]()
SliWoody: That also didn't work =(
Okay, not sure why the solution above did not work. I just installed the Safire Gradient beta and put the same /* Remove separators between toolbars*/ code in my UserChrome below the @namespace. It worked perfectly.
I highly recommend Mr Tech's Local Install for editing user files. Does the applebutton edit in your UserChrome work? I assume that's for use with my Eternal Aqua Safire theme.
If you want to change the line color, please see the Firefox Skinning Guide. I listed a solution to this at the end of the thread which worked for someone else.
Sorry you're having a hard time.
Zeroeffect: Indeed The apple icon edit did work for me, I am using it right now. However just now I also tried changing the color with what you suggested in the link you provided (I have been looking at that thread very closely also) but I couldn't get it to work.
However, I think I know what the problem is... what exactly does the @namespace line contain?
I only have 1 line with @namespace in it, and it reads as follows: @namespace url(";http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
It is located at the very top of my Userchrome.css.
So, my questions are, is this what you mean by the @namespace line? Do I need another @namespace line for each individual edit that says it is required?
Nevermind. You should only have one @namespace line. Here is exactly what mine looks like. Copy and paste it into yours if you want.
/*
* Edit this file and copy it as userChrome.css into your
* profile-directory/chrome/
*/
/*
* This file can be used to customize the look of Mozilla's user interface
* You should consider using !important on rules which you want to
* override default settings.
*/
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@import url("chrome://global/skin/subskin/applebutton.css");
@namespace url(";http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/* Remove separators between toolbars*/
#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;
}
Thanks for the speedy reply, but that is what I have been trying all this time. Also, I replaced my Userchrome with yours, it STILL did not work.
My Userchrome is as follows:
/*
* Edit this file and copy it as userChrome.css into your
* profile-directory/chrome/
*/
/*
* This file can be used to customize the look of Mozilla's user interface
* You should consider using !important on rules which you want to
* override default settings.
*/
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@import url("chrome://global/skin/subskin/applebutton.css");
@namespace url(";http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/* Remove separators between toolbars*/
#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;
}
_______________________
Here is a picture of the result:

Unfortunately, I still have a divider. =(
Well, this is definetly not a normal separator. The default one is more 3-D (see my attachment). Yours is solid 2px solid dark gray and doesn't extned all the way across the screen.
Edit: unless you are using a Windowblinds theme, which might skin things a little differently than a visual style.
Have you tried it with different visual styles? Opening another toolbar? Disabling extensions to see if it goes away?

Huh, well I feel stupid!
It WAS the Window Blinds skin I was using. Apparently Steve Grenier's "Mac OSX Tiger Brushed Aqua" skin was, for some reason, creating the line. I just tried substituting the actual Eternal Aqua skin and it works perfectly.
Thanks for all the help!
Glad you fixed it. Now this thread can be closed. Yay! ![]()
Aqua-Soft Forums