summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"