diff options
author | raveit65 <[email protected]> | 2013-10-26 17:42:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-10-26 17:42:23 +0200 |
commit | c49037bea189367d45cd7f5288f77535f9c04b71 (patch) | |
tree | e3f69155d5dc91f627c3c74ca5c1736d6e1017e9 /desktop-themes/Menta/gtk-2.0 | |
parent | 1bdbcdfcdb4aae0f5ad26d51fe158859266d46be (diff) | |
download | mate-themes-c49037bea189367d45cd7f5288f77535f9c04b71.tar.bz2 mate-themes-c49037bea189367d45cd7f5288f77535f9c04b71.tar.xz |
Menta: syncronize applet menus with application menus
Diffstat (limited to 'desktop-themes/Menta/gtk-2.0')
-rw-r--r-- | desktop-themes/Menta/gtk-2.0/widgets/panel.rc | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/panel.rc b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc index 08a0b9a1..647d9d91 100644 --- a/desktop-themes/Menta/gtk-2.0/widgets/panel.rc +++ b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc @@ -77,6 +77,12 @@ style "theme-panel-buttons" } } +style "theme-applet" +{ + fg[NORMAL] = "#000000" + bg[NORMAL] = @base_color +} + style "theme-panel-light" { xthickness = 1 @@ -119,12 +125,13 @@ style "theme-panel-handle" } widget "*PanelWidget*" style "theme-panel" -widget "*PanelApplet*" style "theme-panel" +#widget "*PanelApplet*" style "theme-panel" widget "*fast-user-switch*" style "theme-panel" widget "*CPUFreq*Applet*" style "theme-panel" widget "*indicator-applet*" style "theme-panel" -class "PanelApp*" style "theme-panel" +#class "PanelApp*" style "theme-panel" class "PanelToplevel*" style "theme-panel" +widget_class "*MatePanelAppletFrameDBus*" style "theme-applet" widget_class "*PanelToplevel*" style "theme-panel" widget_class "*PanelFrame*" style "theme-panel" widget_class "*PanelAppletFrame*" style "theme-panel" |