diff options
author | raveit65 <[email protected]> | 2014-10-29 16:24:17 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-29 16:24:17 +0100 |
commit | eb1d9d8955f80463a6eddac4a03fc6e2dc1b6b15 (patch) | |
tree | cd03aef9024be5132e980a57d343cf8624eae1e9 /desktop-themes | |
parent | 6e48196a1a7949488de4e4c19f3a2b945692096e (diff) | |
download | mate-themes-eb1d9d8955f80463a6eddac4a03fc6e2dc1b6b15.tar.bz2 mate-themes-eb1d9d8955f80463a6eddac4a03fc6e2dc1b6b15.tar.xz |
GTK3-3.14 Traditional themes: fix panel main menu + right click menu of GTK3 systray applets
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 8 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 8 | ||||
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 5a5923f4..86627fcb 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -1920,12 +1920,20 @@ GtkInfoBar:last-child, border-image: 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-width: 1px; border-radius: 7px 7px 0 0; border-style: solid; margin: 10px; } +*/ /************** * Action bar * diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 5028f0c9..dda82c5c 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1924,12 +1924,20 @@ GtkInfoBar:last-child, border-image: 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-width: 1px; border-radius: 7px 7px 0 0; border-style: solid; margin: 10px; } +*/ /************** * Action bar * diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index df63d803..ca097000 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -1919,12 +1919,20 @@ GtkInfoBar:last-child, border-image: 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-width: 1px; border-radius: 7px 7px 0 0; border-style: solid; margin: 10px; } +*/ /************** * Action bar * |