Recommended Posts

This is one of the first things I do when I install Firefox. :)

Add this to your userChrome.css

/* hide seperators 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;
}

For those who are still wandering what lines the poster of this topic means then here's your explantion. As you can see from the picture that I've attached there are horizontal lines between every toolbar in Firefox as default.

You can remove those lines by editing your userChrome.css file but you can also do it with an extension called FlatStyle. You can install it here. FlatStyle can also do other neat things to your toolbars so I suggest that you try it instead of editing the userChrome.css file.

I'm not sure but I'd think that when you have manually edited your files you must do the same after every update you install to your browser. I think that it could also mess up some extensions. Correct me if I'm wrong.

post-53360-1127032916_thumb.jpg

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.