diff options
author | raveit65 <[email protected]> | 2014-12-09 17:03:35 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-12-09 17:03:35 +0100 |
commit | be057d0f543bcd7a66b383d3e17fdbeb4032b268 (patch) | |
tree | 836b4af21074e83d962c99026a5c6bcba50cec8a /desktop-themes/TraditionalOkTest/gtk-3.0 | |
parent | eef8bd84595bfcb8b9e14137e080350e431d7b30 (diff) | |
download | mate-themes-be057d0f543bcd7a66b383d3e17fdbeb4032b268.tar.bz2 mate-themes-be057d0f543bcd7a66b383d3e17fdbeb4032b268.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/TraditionalOkTest/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index b24309d8..26f76d85 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -1920,12 +1920,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 * |