summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-12-09 17:03:35 +0100
committerraveit65 <[email protected]>2014-12-09 17:04:48 +0100
commit7b125559908565f0cebcbe222d5953b201140d71 (patch)
treea0b558a1d2dbaca07a7cf55025ed3312aec5cb27 /desktop-themes/TraditionalOk
parentd86ac4fc5f7ff06caa2384b8fc67b2ffcb67c15f (diff)
downloadmate-themes-7b125559908565f0cebcbe222d5953b201140d71.tar.bz2
mate-themes-7b125559908565f0cebcbe222d5953b201140d71.tar.xz
Most GTK3 themes hack: disable .window-frame to avoid a black background
of csd, header-bars apps and main menu if compositor is disable
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css9
1 files changed, 9 insertions, 0 deletions
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 *