Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hello,
I want to give boarder to popup window ,it is possible to give boarder to popup window??Please refer the below attachment.
Thanks in advance
Solved! Go to Solution.
Try following custom CSS in the mashup from where you are opening the popup,
.mashup-popup {
border-style: solid;
}
Try following custom CSS in the mashup from where you are opening the popup,
.mashup-popup {
border-style: solid;
}
Hi @RM12.
If you feel your question was answered, please mark the previous response as the Accepted Solution for the benefit of others with the same question.
Thank you for your participation in our community.
Regards.
--Sharon