2006-03-17
The little annoyances in life: today I w ...
The little annoyances in life: today I wanted to change the fontsize of the context menu in Firefox. I tried, and tried, and tried, and never found it. It has to be done somehow in userChrome.css. I can change the font-size for one item:#context-back: { font-size: 8pt !important; }
but I never found the right code for 'all context menu items'. Well, now I just have* { font-size: 8pt !important; }
to make the entire Firefox UI a bit smaller on my laptop, but I still haven't found the right css name for just the context menu.