cacoe Posted March 19, 2007 Share Posted March 19, 2007 Is there a way to get rid of these from the default Firefox UI? Link to comment Share on other sites More sharing options...
SacrificialSoldier Posted March 19, 2007 Share Posted March 19, 2007 maybe http://philwilson.org/blog/2004/11/enhanci...ability_29.html Link to comment Share on other sites More sharing options...
CoolCatBad Posted March 19, 2007 Share Posted March 19, 2007 The only way I can find to do this is in about:config, or userChrome ui.key.accelKey 18 ui.key.menuAccessKey 0 You will lose Alt key shortcutting for Firefox UI, but those lines will be gone. Link to comment Share on other sites More sharing options...
bangbang023 Veteran Posted March 19, 2007 Veteran Share Posted March 19, 2007 The only way I can find to do this is in about:config, or userChromeui.key.accelKey 18 ui.key.menuAccessKey 0 You will lose Alt key shortcutting for Firefox UI, but those lines will be gone. Wrong lines. Follow his arrows again. Link to comment Share on other sites More sharing options...
SacrificialSoldier Posted March 19, 2007 Share Posted March 19, 2007 The purple ones right? Link to comment Share on other sites More sharing options...
CoolCatBad Posted March 19, 2007 Share Posted March 19, 2007 Oh, I see now. /* 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; Link to comment Share on other sites More sharing options...
cacoe Posted March 19, 2007 Author Share Posted March 19, 2007 Already found a solution :) In userchrome.css: /* 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; } lol, so have you. thanks for your time anyway :D Link to comment Share on other sites More sharing options...
Recommended Posts