Solved
Border Radius to Modal Pop-ups
Is there any way to add Border Radius to the Modal Popups in the Thingworx 9.3
Thanks,
Shashi.
Is there any way to add Border Radius to the Modal Popups in the Thingworx 9.3
Thanks,
Shashi.
Hi,
You can use custom CSS in your Popup Mashup:
.mashup-popup, .mashup-popup .popup-mashup-goes-here {
border-radius: 50px !important;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.