Skip to content

Add per panel css customization

Zetta1 Reid0 requested to merge Zetta1_Reid0/xfce4-panel:per-panel-css into master

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.

Merge request reports