The default style can be improved by having a gradient header. This small change is very nice.
Add the following to your extra.less template:
Add the following to your extra.less template:
Kod:
// gradient header
.p-header {
background: linear-gradient(180deg, xf-intensify(@xf-chromeBg, 12%), @xf-chromeBg);
}
// staff Bar
.p-staffBar
{
background: background: xf-intensify(@xf-chromeBg, 20%);
}