Customize window footer

Hi,

I would like to customize the window footer, (top border for example).
I did not find any css footer property in the documentation. Can you tell me the css class I have to modify to do this?

Thank you for your help

Phil

Try this:

<style>
  .dhx_window-footer {
    border-top: 1px solid #e4e4e4;
  }
  .dhx_window-footer .dhx_toolbar {
    padding: 28px;
  }
</style>

Perfect, that’s what I was looking for

Thanks