diff options
author | raveit65 <[email protected]> | 2013-10-26 17:42:23 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-11-09 03:44:13 +0100 |
commit | 5f4cfd61fd70f897d6bf8e24b905e93ded713a1d (patch) | |
tree | aa1ebe064b2dffb20b7b945ab6a8f2e37966bd1c /desktop-themes/Menta | |
parent | a693f5e5961ec86c4027634fd6381930fcff0f1f (diff) | |
download | mate-themes-5f4cfd61fd70f897d6bf8e24b905e93ded713a1d.tar.bz2 mate-themes-5f4cfd61fd70f897d6bf8e24b905e93ded713a1d.tar.xz |
Menta: syncronize applet menus with application menus
Diffstat (limited to 'desktop-themes/Menta')
-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" |