Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

menuseperators

  • 2 antwoorde
  • 1 het hierdie probleem
  • 4 views
  • Laaste antwoord deur aubbieed

more options

Is it possible to make menuseperators thicker or darker?

If not, is it possible to insert a non-clickable space between 2 bookmarks?

Is it possible to make menuseperators thicker or darker? If not, is it possible to insert a non-clickable space between 2 bookmarks?

Gekose oplossing

I posted this on http://forums.mozillazine.org/ and got an answer on how to fix this in userchrome by increasing the padding.

}

/* Firefox userChrome.css */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

menu[class="menu-iconic bookmark-item"], menuitem[class="menuitem-iconic bookmark-item menuitem-with-favicon"], menuitem[class="openintabs-menuitem"] {

 -moz-appearance: none !important;
 padding-top: 12px !important;
 padding-bottom: 12px !important;

}

Lees dié antwoord in konteks 👍 0

All Replies (2)

more options

Open the bookmark toolbar (Command + B) and right click between any space and select "New Separator" and a separator will appear.

As for the tabs you can try Tab Mix Plus, but currently there is not a feature to customize the separation between tabs. There is a userChrome.js that you could do this in as well . see https://support.mozilla.org/en-US/que.../959205

more options

Gekose oplossing

I posted this on http://forums.mozillazine.org/ and got an answer on how to fix this in userchrome by increasing the padding.

}

/* Firefox userChrome.css */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

menu[class="menu-iconic bookmark-item"], menuitem[class="menuitem-iconic bookmark-item menuitem-with-favicon"], menuitem[class="openintabs-menuitem"] {

 -moz-appearance: none !important;
 padding-top: 12px !important;
 padding-bottom: 12px !important;

}