Remove lines from border


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;
}

Link to comment
Share on other sites

Not really following what you're asking, but are you just worried about the light grey area and the darker grey area down the bottom of the page? I don't think you can remove that part, it's part of your theme. I can't really see any lines at the top of firefox.

Link to comment
Share on other sites

I would try this but can some one post a screenprint of what happens when you do

userChrome.css and what it look's like?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

    • No registered users viewing this page.