summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-29 15:51:36 +0200
committerraveit65 <[email protected]>2015-04-29 15:52:22 +0200
commit9afa803b44b5b56756c5546a71397e914982c318 (patch)
tree5655f01f114f268c68dab74727737b45132fea0e /desktop-themes/TraditionalOk
parentedb91589279947a6a0567edd9640fc89b0ca6ba0 (diff)
downloadmate-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/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index fe2a7755..a47a5b42 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -2172,7 +2172,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 {