summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHighInverse/gtk-3.0
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/ContrastHighInverse/gtk-3.0
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/ContrastHighInverse/gtk-3.0')
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
index 6a079efa..03e32ed7 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
@@ -2280,7 +2280,7 @@ GtkPopover .separator {
.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 {