diff options
author | raveit65 <[email protected]> | 2016-05-05 12:26:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-05 12:26:48 +0200 |
commit | 704d50a746e31917c7dbdacdd4d6711b39314c8a (patch) | |
tree | f0e38ebf553f81f2b8d14fd6a9dadb7549b45f99 /desktop-themes/TraditionalOk | |
parent | fafa0b45b2adb29a32fa1b3c4bca962bd7eea5fe (diff) | |
download | mate-themes-704d50a746e31917c7dbdacdd4d6711b39314c8a.tar.bz2 mate-themes-704d50a746e31917c7dbdacdd4d6711b39314c8a.tar.xz |
GTK+-3.20 TOK themes: make preview windows in wnckpager more visible
This is better for transparency panels
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 43421795..e54f5444 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -216,7 +216,7 @@ PanelSeparator { PanelApplet.wnck-applet .wnck-pager { background-image: none; - border-color: transparent; + color: shade (@theme_selected_bg_color, 1.30); background-color: transparent; text-shadow: none; } |