Rounded corners?

I see that the menu component has this property but the context menu does not. Is there a way to do this easily with context menu? Thanks!
Welcome to the Official CGDevTools Support Community Forums.
https://www.cgdevtools.com/cgforum/
https://www.cgdevtools.com/cgforum/viewtopic.php?f=103&t=1711
IWCGJQContextMenu1.JQContextMenuOptions.ClassName_:= 'mycontextmenu';
.mycontextmenu {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}