Skip to content
Snippets Groups Projects

Add per panel css customization

Merged 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading