Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

How do I resize a toolbar button? It is larger than the standard buttons, even on use small icon.

  • 1 svar
  • 2 har detta problem
  • 1 visning
  • Senaste svar av cor-el

more options

I have an extension for clearing cache and it has a convenient button on my toolbar. But, the button is larger than the other buttons on the toolbar, even with "use small icons" turned on. Can I talk to the button in the userChrome.css or some other way to scale it down?

I have an extension for clearing cache and it has a convenient button on my toolbar. But, the button is larger than the other buttons on the toolbar, even with "use small icons" turned on. Can I talk to the button in the userChrome.css or some other way to scale it down?

Alla svar (1)

more options

Which extension did you install?

This one:


#clearcache-toolbarbutton .toolbarbutton-icon {
height: 16px !important;
width: 16px !important;
}