Community Tip - You can change your system assigned username to something more personal in your community settings. 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