Overall Panel Background

How to set panel wide background-color?

I would like to use this for having optical difference between different sites i manage =)

EDIT:
if anyone is also interested… you have to add a css like this:

.k-panel {
    background: #efefef;
}
1 Like