From 7b125559908565f0cebcbe222d5953b201140d71 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 9 Dec 2014 17:03:35 +0100 Subject: Most GTK3 themes hack: disable .window-frame to avoid a black background of csd, header-bars apps and main menu if compositor is disable --- desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'desktop-themes/ContrastHighInverse/gtk-3.0') diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 2e53b4b9..d4677cc9 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -1203,19 +1203,28 @@ GtkProgressBar.osd.progressbar { color: @theme_base_color; } +/**************************************************************************************** +* Give and take related to recent gtk3.3.14 development, * +* to achieve full size of the icon menu of some of the applications whose notification * +* icons appear in the system tray, the "shadow" is disabled. * +* same affect in mate-panel main menu, csd apps, header-bars apps * +* if compositor is disable !!!!! * +*****************************************************************************************/ +/* .window-frame { border-color: darker(@theme_bg_color); border-radius: 7px 7px 0 0; border-width: 1px; border-style: solid; - box-shadow: 0 2px 8px 3px alpha(white, 0.7); + box-shadow: 0 2px 8px 3px alpha(white, 0.7);*/ /* this is used for the resize cursor area */ - margin: 10px; +/* margin: 10px; } .window-frame:backdrop { box-shadow: 0 2px 5px 1px alpha(white, 0.7); } +*/ /**************** * App-specific * -- cgit v1.2.1