ContextSearch-web-ext icon indicating copy to clipboard operation
ContextSearch-web-ext copied to clipboard

Making the pop-up "QuickMenu" square with CSS "border-radius"

Open xSwagboy69x opened this issue 1 year ago • 1 comments

Hi, thanks for the great extension!

Like the title says, I'm trying to make the pop-up Quick Menu have square corners via the CSS option, but I'm not sure how to find the names of the elements. I've tried * {border-radius: 0px;} and various forms with "QuickMenu" as I saw you mention in another post.

I've also tried inspecting with the browser Dev Tools but I can't seem to get any CSS to work on any of the elements I pick (#MenuBar, #SearchBar etc.)

I'm not good with CSS so I assume I'm missing something basic here.

Any ideas? Thanks!

xSwagboy69x avatar Aug 25 '24 09:08 xSwagboy69x

.CS_quickMenuIframe {border-radius:0;}

That should cover the qm and child windows ( if you're using cascading menus )

Be sure to reload any pages after making changes

ssborbis avatar Aug 25 '24 18:08 ssborbis