Message CSS

Webix Message Box basic use

CSS class Element
.webix_message_area container for the message
.webix_message.webix_info (default) info type of the message, white background
.webix_message.webix_debug debug type of the message, yellow background
.webix_message.webix_success success type of the message, green background
.webix_message.webix_error error type of the message, red background

Read more about Message Boxes

Back to top