ssborbis / ContextSearch-web-ext

Search engine manager for modern browsers
329 stars 37 forks source link

CSS Selector for Font Size #544

Closed ThomasSeeker closed 1 year ago

ThomasSeeker commented 2 years ago

Hey there,

just a minor thing: I use * {font-size: 18px !important;} but this changes both the font size in the quick-menu AND in the toolbar-menu simultaneously.

Is there a separate css selector for changing only the font size in the Quick-Menu?

Best Greetings, Thomas

ssborbis commented 2 years ago

Yeah, you can specify menu like this [data-menu="quickmenu"] * {font-size: 18px !important;}

Options are quickmenu and searchbar

ThomasSeeker commented 2 years ago

Ah, wonderful! Thank you very much! :-)

ssborbis commented 1 year ago

No prob