diff options
author | raveit65 <[email protected]> | 2016-05-05 12:07:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-05 12:07:07 +0200 |
commit | fafa0b45b2adb29a32fa1b3c4bca962bd7eea5fe (patch) | |
tree | 1f7669844478042aeb1bbb5566e7b1be6764e234 | |
parent | ed5405ff9c5d8f08f9d957e724d44b6a47060f42 (diff) | |
download | mate-themes-fafa0b45b2adb29a32fa1b3c4bca962bd7eea5fe.tar.bz2 mate-themes-fafa0b45b2adb29a32fa1b3c4bca962bd7eea5fe.tar.xz |
GTK+-3.20 GreenLaguna: make preview windows in wnckpager more visible
This is better for transparency panels
-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; } |