Skip to main content
pshashipreetham
18-Opal
18-Opal
February 13, 2022
Solved

Border Radius to Modal Pop-ups

  • February 13, 2022
  • 1 reply
  • 4878 views

Is there any way to add Border Radius to the Modal Popups in the Thingworx 9.3

@c_lowy @CarlesColl @paic @slangley 

Thanks,
Shashi.

Best answer by CGinus

Hi,

You can use custom CSS in your Popup Mashup:
.mashup-popup, .mashup-popup .popup-mashup-goes-here {
border-radius: 50px !important;
}

 

1 reply

CGinus12-AmethystAnswer
12-Amethyst
February 15, 2022

Hi,

You can use custom CSS in your Popup Mashup:
.mashup-popup, .mashup-popup .popup-mashup-goes-here {
border-radius: 50px !important;
}

 

pshashipreetham
18-Opal
18-Opal
February 15, 2022

.mashup-popup, .mashup-popup .popup-mashup-goes-here {
border-radius: 50px !important;
}

@CGinus , don't think this is the correct CSS Syntax, "goes-here"  ?

Thanks,
Shashi.

12-Amethyst
February 15, 2022

It's a default class name so the CSS should work for any Mashup that's used as a pop-up, you don't need to change it in order for it to work.