Change design for webix Confirm

http://docs.webix.com/desktop__message_boxes.html#confirm

How do we change the design for default buttons showing on confirm box. By default it shows blue and green.

Check

if you need to change styling for all confirms, you can just override default css classes

If modification need to be applied to some specific confirm box only, you can define a custom type property, and based on it provide your own css rules for the buttons

http://webix.com/snippet/26f00466

yeah I did this finally. But I thought there must be an option to style or define button types in confirm dialogue. Thanks Anyways.