diff options
| author | raveit65 <[email protected]> | 2015-04-29 15:51:36 +0200 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2015-04-29 15:51:36 +0200 |
| commit | f663eff8979e6a460fa2b9f820d221eb33f8a64e (patch) | |
| tree | 1e6c30f22a8ce2cebd027dba18eef94c1eb76ade /desktop-themes/ContrastHigh | |
| parent | bb33af5e6bc05bc05e0c33726ba70b2aaa9ba887 (diff) | |
| download | mate-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.css | 2 |
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 { |
