Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
xfce:xfce4-panel:tasklist [2024/12/21 01:20] – fix css layout and comments kevinbowen | xfce:xfce4-panel:tasklist [2025/02/06 17:03] (current) – Add separator gael | ||
---|---|---|---|
Line 55: | Line 55: | ||
-XfceTasklist-menu-max-width-chars: | -XfceTasklist-menu-max-width-chars: | ||
} | } | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Theming Examples ===== | ||
+ | |||
+ | <file txt ~/ | ||
+ | /* window button font color */ | ||
+ | /* NORMAL */ | ||
+ | .tasklist button { | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | /* PRELIGHT */ | ||
+ | .tasklist button: | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | /* ACTIVE - only while being clicked */ | ||
+ | .tasklist button: | ||
+ | color: #000000; | ||
+ | } | ||
+ | /* SELECTED */ | ||
+ | .tasklist button: | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | /* icon text not truncated */ | ||
+ | XfdesktopIconView.view { | ||
+ | | ||
+ | } | ||
+ | |||
</ | </ | ||