diff options
author | raveit65 <[email protected]> | 2016-05-05 12:07:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-05 12:07:35 +0200 |
commit | 49b619f8a32e04dd514bf957d9ba616e7cc2f2b5 (patch) | |
tree | 1f7669844478042aeb1bbb5566e7b1be6764e234 /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | 48589098c4c07c58304b67febbc23d0808e6bd1e (diff) | |
download | mate-themes-49b619f8a32e04dd514bf957d9ba616e7cc2f2b5.tar.bz2 mate-themes-49b619f8a32e04dd514bf957d9ba616e7cc2f2b5.tar.xz |
GTK+-3.20 GreenLaguna: make preview windows in wnckpager more visible
This is better for transparency panels
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 6ef04a9f..18e78735 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -365,7 +365,7 @@ PanelSeparator { .wnck-pager { background-image: none; - border-color: transparent; + color: shade (@theme_selected_bg_color, 1.15); background-color: transparent; text-shadow: none; } |