changing dynamically the background color of a toolbar ?

Anybody knows ?
I’m really nuts in css…

A CSS rule for altering toolbar color is rather simple:

.webix_view.webix_toolbar.webix_layout_toolbar{
  	background-color:lightblue;
  }

Also pay attention that toolbar buttons are transparent in the flat skin, so you need to define extra styling for them: http://webix.com/snippet/63ca2850