summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHigh
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-29 15:51:36 +0200
committerraveit65 <[email protected]>2015-04-29 15:51:36 +0200
commitf663eff8979e6a460fa2b9f820d221eb33f8a64e (patch)
tree1e6c30f22a8ce2cebd027dba18eef94c1eb76ade /desktop-themes/ContrastHigh
parentbb33af5e6bc05bc05e0c33726ba70b2aaa9ba887 (diff)
downloadmate-themes-f663eff8979e6a460fa2b9f820d221eb33f8a64e.tar.bz2
mate-themes-f663eff8979e6a460fa2b9f820d221eb33f8a64e.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/ContrastHigh')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
index 506dc3b5..6de6640c 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
@@ -1644,7 +1644,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 {