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!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

The 'x' in a tab for closing it is too small, how to re-size it?

  • 5 réponses
  • 13 ont ce problème
  • 27 vues
  • Dernière réponse par cor-el

more options

The small 'x' in the tab used for closing the tab is too small and hard to hit, especially when using a trackball or pad. Need some way to make the character bigger.

The small 'x' in the tab used for closing the tab is too small and hard to hit, especially when using a trackball or pad. Need some way to make the character bigger.

Solution choisie

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


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

.tab-close-button .toolbarbutton-icon,
.tabs-closebutton .toolbarbutton-icon {
height: 25px !important;
width: 25px !important;
margin:-4px 0px !important;
}

Lire cette réponse dans son contexte 👍 2

Toutes les réponses (5)

more options

Yes, it is a bit on the small size, but I don't know of a way to resize it.

However, there are other ways of closing tabs.

  • Hit CTRL+W
  • Right click the tab and choose "Close tab"
  • Point the mouse at the tab and press the middle mouse button (probably no good to you since you've got a pad).
  • Install one of these add-ons: Close tab
more options

Solution choisie

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


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

.tab-close-button .toolbarbutton-icon,
.tabs-closebutton .toolbarbutton-icon {
height: 25px !important;
width: 25px !important;
margin:-4px 0px !important;
}

more options

Thank you Xircal for the info.

Modifié le par seymour_b

more options

Thank you cor-el, just what I was needing. This worked great after I found the right file to edit.

Modifié le par seymour_b