How do I resize a toolbar button? It is larger than the standard buttons, even on use small icon.
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?
All Replies (1)
Which extension did you install?
This one:
- Clear Cache Button: https://addons.mozilla.org/en-US/firefox/addon/clear-cache-button/
#clearcache-toolbarbutton .toolbarbutton-icon { height: 16px !important; width: 16px !important; }