diff options
author | raveit65 <[email protected]> | 2014-12-09 17:03:35 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-12-09 17:04:48 +0100 |
commit | 7b125559908565f0cebcbe222d5953b201140d71 (patch) | |
tree | a0b558a1d2dbaca07a7cf55025ed3312aec5cb27 /desktop-themes/BlackMATE | |
parent | d86ac4fc5f7ff06caa2384b8fc67b2ffcb67c15f (diff) | |
download | mate-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/BlackMATE')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index a005330a..7fdc547c 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -2183,17 +2183,26 @@ GtkProgressBar.osd.progressbar { .header-bar.frame.titlebar .button.image-button.titlebutton:hover:backdrop { color: #747473; } - + +/**************************************************************************************** +* 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: @theme_bg_color; border-radius: 7px 7px 0 0; border-width: 1px; border-style: solid; background-color: @theme_bg_color; - box-shadow: 0 0 0 2px @osd_button_shadow, 0 2px 8px 3px @osd_button_shadow; + box-shadow: 0 0 0 2px @osd_button_shadow, 0 2px 8px 3px @osd_button_shadow;*/ /* this is used for the resize cursor area */ - margin: 10px; +/* margin: 10px; } +*/ /**************************** * Suggested action buttons * |