Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Is there any way to add Border Radius to the Modal Popups in the Thingworx 9.3
@c_lowy @CarlesColl @paic @slangley
Thanks,
Shashi.
Solved! Go to Solution.
Hi,
You can use custom CSS in your Popup Mashup:
.mashup-popup, .mashup-popup .popup-mashup-goes-here {
border-radius: 50px !important;
}
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.
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
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.
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