I have a complex view with a lot of objects that are inside “type : space”.
Is it possible to custom background on a specific space ( contour of a object).
I try to modifify .webix_layout_space, {
background-color: #f4f4f4;
}
but the problem is that color change in all view.
type:"space" is the type of the layout. Therefore, this property can be used for parent layouts to set the space between their cells.
Using this type, you can set a parent layout a particular view (see the second template in the sample). Also, it is possible to customize the view border: