Kill the Firefox lines


Recommended Posts

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

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.

Wrong lines. Follow his arrows again.

Link to comment
Share on other sites

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

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

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

    • No registered users viewing this page.