diff options
author | raveit65 <[email protected]> | 2015-04-29 16:00:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-29 16:00:00 +0200 |
commit | 84f375eca0d4afc8369ee412aa318b141a99266e (patch) | |
tree | 9b20fd179e3e4872b9bd962870fcdc53532bbffa /desktop-themes/BlackMATE | |
parent | 989f7f8c6a285522f227a54e5cd1603c98a84424 (diff) | |
download | mate-themes-84f375eca0d4afc8369ee412aa318b141a99266e.tar.bz2 mate-themes-84f375eca0d4afc8369ee412aa318b141a99266e.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/BlackMATE')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index ed44a697..d9bddc60 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -2434,7 +2434,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 { |