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/TraditionalOk/gtk-3.0/gtk-widgets.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'desktop-themes/TraditionalOk/gtk-3.0') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 55fd826f..d47a19f0 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1925,12 +1925,21 @@ GtkInfoBar:last-child, border-image: none; } +/**************************************************************************************** +* 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-width: 1px; border-radius: 7px 7px 0 0; border-style: solid; margin: 10px; } +*/ /************** * Action bar * -- cgit v1.2.1