Skip to main content
1-Visitor
July 3, 2020
Solved

To change Style of Confirmation popup on a button.

  • July 3, 2020
  • 1 reply
  • 1689 views

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,

 

Best answer by cmorfin

Hi @Bhanu_Manoj 

 

Then the following Custom CSS can possibly help

 

.modal{
height: 500px !important;
width: 200px !important;
}

 

Regards

Christophe

 

1 reply

19-Tanzanite
July 3, 2020

Hi @Bhanu_Manoj 

 

If you use the Confirmation Function, you can configure the width and height of the popup

 

Hope this helps

Christophe

 

1-Visitor
July 8, 2020

Hi Christophe,

 

I am using thingworx version 8.4. I can see only validator and expression in the function list. 

 

Thanks and regards

cmorfin19-TanzaniteAnswer
19-Tanzanite
July 8, 2020

Hi @Bhanu_Manoj 

 

Then the following Custom CSS can possibly help

 

.modal{
height: 500px !important;
width: 200px !important;
}

 

Regards

Christophe