saiz66 Posted September 14, 2005 Share Posted September 14, 2005 I want to know how I could remove the lines from the top of firefox? See attached image: Link to comment https://www.neowin.net/forum/topic/371841-remove-lines-from-border/ Share on other sites More sharing options...
monacelli Posted September 14, 2005 Share Posted September 14, 2005 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 https://www.neowin.net/forum/topic/371841-remove-lines-from-border/#findComment-586523231 Share on other sites More sharing options...
Ambience Posted September 14, 2005 Share Posted September 14, 2005 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 https://www.neowin.net/forum/topic/371841-remove-lines-from-border/#findComment-586523250 Share on other sites More sharing options...
CoolCatBad Posted September 14, 2005 Share Posted September 14, 2005 I think he means the keyboard accelerators, the underscored letters in the menu names. AFAIK this is a bug of long standing and nothing really will shift them. Link to comment https://www.neowin.net/forum/topic/371841-remove-lines-from-border/#findComment-586523264 Share on other sites More sharing options...
saiz66 Posted September 15, 2005 Author Share Posted September 15, 2005 thanks monacelli for that i will try that out later. sorry for some confusion the picture I attached had the lines removed already. i assumed people knew how the original firefox looked like. Link to comment https://www.neowin.net/forum/topic/371841-remove-lines-from-border/#findComment-586526377 Share on other sites More sharing options...
saiz66 Posted September 16, 2005 Author Share Posted September 16, 2005 What if I don't have the file userChrome.css? Should I make one? Link to comment https://www.neowin.net/forum/topic/371841-remove-lines-from-border/#findComment-586531827 Share on other sites More sharing options...
FalledAngel Posted September 16, 2005 Share Posted September 16, 2005 What if I don't have the file userChrome.css? Should I make one? 586531827[/snapback] yeah Link to comment https://www.neowin.net/forum/topic/371841-remove-lines-from-border/#findComment-586531965 Share on other sites More sharing options...
Orange Posted September 16, 2005 Share Posted September 16, 2005 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 https://www.neowin.net/forum/topic/371841-remove-lines-from-border/#findComment-586534179 Share on other sites More sharing options...
saiz66 Posted September 17, 2005 Author Share Posted September 17, 2005 and where do I put the file userChrome.css? Link to comment https://www.neowin.net/forum/topic/371841-remove-lines-from-border/#findComment-586537169 Share on other sites More sharing options...
gur713 Posted September 17, 2005 Share Posted September 17, 2005 under /chrome in ur profile directory Link to comment https://www.neowin.net/forum/topic/371841-remove-lines-from-border/#findComment-586537426 Share on other sites More sharing options...
olavinto Posted September 18, 2005 Share Posted September 18, 2005 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. Link to comment https://www.neowin.net/forum/topic/371841-remove-lines-from-border/#findComment-586542733 Share on other sites More sharing options...
Recommended Posts