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/05/05 05:31] (current) – minor grammar improvements kevinbowen | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| ===== Style Properties ===== | ===== Style Properties ===== | ||
| - | <note classic> | + | <note classic> |
| <file txt ~/ | <file txt ~/ | ||
| Line 38: | Line 38: | ||
| } | } | ||
| - | /* Ellipsizing used in the task list and overflow menu labels. */ | + | /* Ellipsizing used in the task list and overflow menu labels. |
| + | valid values are: none, start, middle, end */ | ||
| .tasklist { | .tasklist { | ||
| - | -XfceTasklist-ellipsize-mode: | + | -XfceTasklist-ellipsize-mode: |
| } | } | ||
| Line 55: | Line 56: | ||
| -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 { | ||
| + | | ||
| + | } | ||
| + | |||
| </ | </ | ||