Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Bookmarks toolbar has icon and text for "Bookmarks" at far right. How can I move that onto the Navigation Toolbar as an icon only?

  • 3 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 32 προβολές
  • Τελευταία απάντηση από cor-el

more options

At the far right the new Bookmarks toolbar has an icon and text for "Bookmarks". When I hide my Bookmarks toolbar, that icon jumps to my Navigation Bar as an icon only (which I prefer). How can I move that icon PERMANENTLY onto the Navigation Toolbar as an icon only, so that it does NOT appear on the Bookmarks toolbar? Thanks.

At the far right the new Bookmarks toolbar has an icon and text for "Bookmarks". When I hide my Bookmarks toolbar, that icon jumps to my Navigation Bar as an icon only (which I prefer). How can I move that icon PERMANENTLY onto the Navigation Toolbar as an icon only, so that it does NOT appear on the Bookmarks toolbar? Thanks.

Όλες οι απαντήσεις (3)

more options

Firefox displays the Bookmarks Menu button on the Bookmarks Toolbar if that bar is visible and that button can only be at one toolbar at the time.
The Bookmarks Menu button is usually only visible if the Menu Bar is hidden.


Add code to userChrome.css below the @namespace line.

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

/* hide the Bookmarks text on the Bookmarks Menu button */
#bookmarks-menu-button .toolbarbutton-text { display:none !important }

/* display the Bookmarks Menu button */
#bookmarks-menu-button-container { display: -moz-box !important }

See:

more options

Dear cor-el: Impressive but complicated. I've never before created a userChrome.css file. For the moment, I'll pass. BUT ... later, if I want ONLY to delete the text "Bookmarks" after the icon (and leave the icon on my new Bookmarks toolbar), how much of your code above should I use?

Thanks.

more options

You can use the ChromEdit Plus or Stylish extension to make it easier.