diff options
author | raveit65 <[email protected]> | 2016-05-05 12:26:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-05 12:26:20 +0200 |
commit | 19410f2dae453f9535802becdce463c326a2a2a7 (patch) | |
tree | f0e38ebf553f81f2b8d14fd6a9dadb7549b45f99 /desktop-themes/TraditionalOk/gtk-3.0 | |
parent | 49b619f8a32e04dd514bf957d9ba616e7cc2f2b5 (diff) | |
download | mate-themes-19410f2dae453f9535802becdce463c326a2a2a7.tar.bz2 mate-themes-19410f2dae453f9535802becdce463c326a2a2a7.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/gtk-3.0')
-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; } |