diff options
author | raveit65 <[email protected]> | 2013-11-05 05:55:21 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-11-05 05:55:21 +0100 |
commit | 9a00712c7751c0217c8a9576914c359c8a4e4ab6 (patch) | |
tree | e3db4f1f103ee5deb63f5a386162cd07bb97cbb0 /desktop-themes/GreenLaguna/gtk-2.0/gtkrc | |
parent | 5ad2688b3ca07774e69c2bfc5fcdb8b3d08f0e4e (diff) | |
download | mate-themes-9a00712c7751c0217c8a9576914c359c8a4e4ab6.tar.bz2 mate-themes-9a00712c7751c0217c8a9576914c359c8a4e4ab6.tar.xz |
GreenLaguna GTK2: syncronize panel menus
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-2.0/gtkrc')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-2.0/gtkrc | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc index 5fa45486..9171bc39 100644 --- a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc +++ b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc @@ -378,6 +378,11 @@ style "misc-panel" ythickness = 2 } +# syncronize panel menus +style "applet" +{ +} + style "entry" { xthickness = 3 @@ -505,9 +510,11 @@ widget "gtk-tooltip" style "murrine-tooltips" ######## class "Panel" style "misc-panel" class "*Separator*" style "misc-sep" +# syncronize panel menus +widget_class "*MatePanelAppletFrameDBus*" style "applet" # This is suitable for dark panels: -widget "*PanelApplet*" style "misc-panel" -widget_class "*PanelWidget*" style "misc-panel" +#widget "*PanelApplet*" style "misc-panel" +#widget_class "*PanelWidget*" style "misc-panel" widget "*fast-user-switch-applet*" style "misc-panel" ######################################## # Combo |