summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2013-10-26 17:42:23 +0200
committerStefano Karapetsas <[email protected]>2013-11-09 03:44:13 +0100
commit5f4cfd61fd70f897d6bf8e24b905e93ded713a1d (patch)
treeaa1ebe064b2dffb20b7b945ab6a8f2e37966bd1c
parenta693f5e5961ec86c4027634fd6381930fcff0f1f (diff)
downloadmate-themes-5f4cfd61fd70f897d6bf8e24b905e93ded713a1d.tar.bz2
mate-themes-5f4cfd61fd70f897d6bf8e24b905e93ded713a1d.tar.xz
Menta: syncronize applet menus with application menus
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/panel.rc11
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"