From ab7d246ffb4e80c537ca82acac80e32cf3aa12bc Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 25 Mar 2016 01:20:32 +0100 Subject: GTK+-3.20 all themes:update wnckpager to follow latest mate-panel changes --- .../ContrastHighInverse/gtk-3.0/mate-applications.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'desktop-themes/ContrastHighInverse/gtk-3.0') diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css index a3830cef..9dcf832d 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css @@ -189,7 +189,7 @@ MatePanelAppletFrameDBus { padding: 4px; } -#PanelApplet.wnck-pager { +PanelApplet.wnck-applet .wnck-pager { background-image: none; border-color: transparent; background-color: shade(@theme_base_color, 0.9); @@ -197,19 +197,19 @@ MatePanelAppletFrameDBus { } /* selected WnckPager */ -#PanelApplet.wnck-pager widget:selected { +PanelApplet.wnck-applet .wnck-pager:selected { background-image: linear-gradient(to bottom, - shade (@theme_bg_color, 0.46), - shade (@theme_bg_color, 0.3)); + shade (@theme_fg_color, 0.46), + shade (@theme_fg_color, 0.3)); background-color: transparent; color: @theme_selected_fg_color; } /* hover of WnckPager */ -#PanelApplet.wnck-pager widget:hover { +PanelApplet.wnck-applet .wnck-pager:hover { background-image: linear-gradient(to bottom, - shade (@theme_bg_color, 0.5), - shade (@theme_bg_color, 0.66)); + shade (@theme_fg_color, 0.5), + shade (@theme_fg_color, 0.66)); } /* Classic icon style */ -- cgit v1.2.1