ContextSearch-web-ext
ContextSearch-web-ext copied to clipboard
Making the pop-up "QuickMenu" square with CSS "border-radius"
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!
.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