Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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