Delete icon in window header

Hello all,
i have question - can i override some css or make anything to delete icon in window header (div block with image, i think) and depose header title to left?

Hello
You can change the next style;
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_title{
padding-left: 8px;
}
.dhtmlx_wins_icon{
background-image: none !important;
}

Thank you very much for help

You are welcome!