Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Learn More

menuseperators

  • 2 odgovora
  • 1 ima ovaj problem
  • 4 prikaza
  • Posljednji odgovor od 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?

Izabrano rješenje

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;

}

Pročitaj ovaj odgovor u kontekstu 👍 0

Svi odgovori (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

Odabrano rješenje

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;

}