Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hi Team,
Is it possible to change the style of the confirmation popup of a button. Like to change the width and height of the confirmation popup.
Thanks,
Solved! Go to Solution.
Hi @Bhanu_Manoj
Then the following Custom CSS can possibly help
.modal{
height: 500px !important;
width: 200px !important;
}
Regards
Christophe
Hi @Bhanu_Manoj
If you use the Confirmation Function, you can configure the width and height of the popup
Hope this helps
Christophe
Hi Christophe,
I am using thingworx version 8.4. I can see only validator and expression in the function list.
Thanks and regards
Hi @Bhanu_Manoj
Then the following Custom CSS can possibly help
.modal{
height: 500px !important;
width: 200px !important;
}
Regards
Christophe