Hi,
I’m trying to set the background color of a window header. It is not working per the docs. What am I missing?
.editWindow .webix_win_head {
background-color: #587390;
color: white;
}
var editPopup = {
view: "window",
id: "editPopup",
width: 600,
position: "center",
modal: true,
head: "Edit Limits",
css: "editWindow",
Thanks,
-G