cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Border Radius to Modal Pop-ups

pshashipreetham
17-Peridot

Border Radius to Modal Pop-ups

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

@c_lowy @CarlesColl @paic @slangley 

Thanks,
Shashi.

Shashi Preetham
1 ACCEPTED SOLUTION

Accepted Solutions

Hi,

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

 

View solution in original post

7 REPLIES 7

Hi,

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

 

.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.

Shashi Preetham

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.

@CGinus , can you pls tell me, what do you mean by goes-here ?

Thanks,
Shashi

Shashi Preetham

It's just a name/class for the place where a Mashup is displayed when you use a pop-up. 

Hi @CGinus ,

No clue what you are talking about, Thread is going bigger but no idea what does that syntax mean.

Thanks,
Shashi.

Shashi Preetham
Tone
5-Regular Member
(To:pshashipreetham)

Hi Shashi, 

 

the selector in this case is ".popup-mashup-goes-here".

You can also find it if you inspect and in the popup class it says "popup-mashup-goes-here", it is a fix name. 

 

Best, 

Antonia

 

Top Tags