Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Change font size for a single item in context menu?

59 views
Skip to first unread message

craig...@gmail.com

unread,
Aug 7, 2012, 3:23:18 PM8/7/12
to
The vast majority of my web browsing consists of right clicking on a link and picking "Open Link in New Tab", and it would be nice to have menu option displayed with a larger font size so it's easier to select. From another site, I found this which changes the font size for all context menus and context menu items. Is it possible to just have this affect a single menu item?

(userChrome.css)
#contentAreaContextMenu menuitem,
#contentAreaContextMenu menu {
-moz-appearance: none !important;
font-size: 24pt !important;
}

Chris Ilias

unread,
Aug 7, 2012, 3:42:10 PM8/7/12
to
This should do it:

#context-openlinkintab {font-size: 24pt !important;}



--
Chris Ilias <http://ilias.ca>
Mailing list/Newsgroup moderator

craig...@gmail.com

unread,
Aug 7, 2012, 5:00:25 PM8/7/12
to
On Tuesday, August 7, 2012 12:42:10 PM UTC-7, Chris Ilias wrote:
>
> > The vast majority of my web browsing consists of right clicking...
>
> This should do it:
> #context-openlinkintab {font-size: 24pt !important;}

Nailed it! Thanks!

gabor szakacs

unread,
Aug 7, 2012, 5:52:54 PM8/7/12
to
On my system, center mouse-click does the same thing as
right-click --> Open in new tab
0 new messages