diff options
author | raveit65 <[email protected]> | 2014-10-29 16:18:06 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-29 16:18:06 +0100 |
commit | 6e48196a1a7949488de4e4c19f3a2b945692096e (patch) | |
tree | 3d4e07a7574a2decc262e15b82150f09b947de9c /desktop-themes/BlueMenta/gtk-3.0 | |
parent | bb48f2b5e04d274a8e3bb360a9e02be57e09626b (diff) | |
download | mate-themes-6e48196a1a7949488de4e4c19f3a2b945692096e.tar.bz2 mate-themes-6e48196a1a7949488de4e4c19f3a2b945692096e.tar.xz |
GTK3-3.14 Menta themes: fix panel main menu + right click menu of GTK3 systray applets
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index e0e79352..e631d607 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -3955,13 +3955,20 @@ GtkModelButton.button:selected { icon-shadow: none; } +/**************************************************************************************** + * Give and take related to recent gtk3 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 GTK3 too !!!!! +****************************************************************************************/ +/* .window-frame { border-radius: 6px 6px 0 0; border-width: 0px; box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow; - +*/ /* this is used for the resize cursor area */ - margin: 10px; +/* margin: 10px; } .window-frame.tiled { @@ -3972,6 +3979,7 @@ GtkModelButton.button:selected { .window-frame:backdrop { box-shadow: 0 0 0 1px shade(@wm_border,1.1), 0 2px 5px 1px @wm_shadow; } +*/ /* Various hacks and shit */ /* FIXME - BELOW: Some stuff that can probably be done better or in another way */ |