Material style toolbar

In the material style, the toolbar is white. This does not distinguish it from the main content of the website. It would be better if the toolbar was a slightly different color or shade so that it stood out, making it easier for the user.

If there is some css I can use to accomplish this, that would be helpful.

Daniel Ethier

Toolbar is white by design, yep. There is a dark grey style for it (add css:"webix_dark"), though I guess it’s too dark for your requirements? In this case, you can add your custom class (again like css:"darker_toolbar") and provide your colors for the toolbar.

Thanks! webix_dark works well for me, since it also flips the icons to white.