summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-05 12:01:39 +0200
committerraveit65 <[email protected]>2016-05-05 12:01:39 +0200
commit48589098c4c07c58304b67febbc23d0808e6bd1e (patch)
tree9d9fa6b21d395d27b9225383fbde2da37cf1e313
parent03d03ebd2882dba695ab9d732d274378f6457256 (diff)
downloadmate-themes-48589098c4c07c58304b67febbc23d0808e6bd1e.tar.bz2
mate-themes-48589098c4c07c58304b67febbc23d0808e6bd1e.tar.xz
GTK+-3.20 Menta themes: make preview windows in wnckpager more visible
This is better for transparency panels
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css1
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css1
2 files changed, 2 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index f15424b6..b3c20022 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -397,6 +397,7 @@ MatePanelAppletFrameDBus {
/* WnckPager */
PanelApplet.wnck-applet .wnck-pager {
+ color: shade (@theme_selected_bg_color, 1.30);
background-image: none;
background-color: transparent;
text-shadow: none;
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 46665291..081995f8 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -389,6 +389,7 @@ MatePanelAppletFrameDBus {
/* WnckPager */
PanelApplet.wnck-applet .wnck-pager {
+ color: shade (@theme_selected_bg_color, 1.05);
background-image: none;
background-color: transparent;
text-shadow: none;