diff options
author | raveit65 <[email protected]> | 2015-04-29 15:51:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-29 15:52:22 +0200 |
commit | 9afa803b44b5b56756c5546a71397e914982c318 (patch) | |
tree | 5655f01f114f268c68dab74727737b45132fea0e /desktop-themes/TraditionalOkTest/gtk-3.0 | |
parent | edb91589279947a6a0567edd9640fc89b0ca6ba0 (diff) | |
download | mate-themes-9afa803b44b5b56756c5546a71397e914982c318.tar.bz2 mate-themes-9afa803b44b5b56756c5546a71397e914982c318.tar.xz |
All themes themes GTK3: disable shadow for .window-frame.csd.popup to avoid
black frames if turning compositor off, with MATE GTK3
Diffstat (limited to 'desktop-themes/TraditionalOkTest/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index b7178163..56f5aaef 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -2167,7 +2167,7 @@ GtkInfoBar:last-child, .window-frame.csd.popup { border-radius: 0; - box-shadow: 0 1px 5px @wm_shadow; + box-shadow: 0 0px 0px @wm_shadow; } .window-frame.csd.tooltip { |