diff options
author | raveit65 <[email protected]> | 2013-11-05 05:55:21 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-11-09 03:44:43 +0100 |
commit | 31daf3643293c80951b653d42f7fd1de759091b4 (patch) | |
tree | 8cb2a328b9c41953b93f9c5c25db57521a3546d4 | |
parent | 6b4e08344fd4fc1e640d7d48741cea40a1e03935 (diff) | |
download | mate-themes-31daf3643293c80951b653d42f7fd1de759091b4.tar.bz2 mate-themes-31daf3643293c80951b653d42f7fd1de759091b4.tar.xz |
GreenLaguna GTK2: syncronize panel menus
-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 26086e82..7ce2847e 100644 --- a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc +++ b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc @@ -377,6 +377,11 @@ style "misc-panel" ythickness = 2 } +# syncronize panel menus +style "applet" +{ +} + style "entry" { xthickness = 3 @@ -504,9 +509,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 |