Add per panel css customization
Releated to #597 (closed) . Basically we want to theme every panel separately.
Solution is to add css class with panel id as a css selector.
But to have a number as css selector is not a good idea, so we prepend it with "panel" string. so we can select specific panels with
.xfce4-panel.panel-[id]
{
}
ofcourse we don't remove the base "panel" css class for compatability reasons.