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”.

Saznaj više

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

  • 1 odgovor
  • 2 imaju ovaj problem
  • 3 prikaza
  • Posljednji odgovor od 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?

Svi odgovori (1)

more options

Which extension did you install?

This one:


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