After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 643034 - Fallback mode: better theming for tasklist / pager
Fallback mode: better theming for tasklist / pager
Status: RESOLVED FIXED
Product: gnome-themes-standard
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gnome-themes-standard-maint
gnome-themes-standard-maint
Depends on:
Blocks:
 
 
Reported: 2011-02-23 02:20 UTC by Vincent Untz
Modified: 2011-03-19 16:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Untz 2011-02-23 02:20:35 UTC
We need this:

WnckPager, WnckTasklist {
    background-color: @chrome_bg_color;
    background-image: none;
    color: @chrome_fg_color;
}

(it can be merged with the whole group that has this already -- PanelToplevel & friends)
Comment 1 William Jon McCann 2011-03-19 16:43:37 UTC
Using the same background as the chrome makes it impossible to see the inactive workspaces.  I've changed it slightly and pushed.  Thanks!