diff options
author | Wolfgang Ulbrich <[email protected]> | 2013-10-26 09:08:54 -0700 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2013-10-26 09:08:54 -0700 |
commit | d1502e4aeb169fff188630e296d5d47adfe87a04 (patch) | |
tree | e3f69155d5dc91f627c3c74ca5c1736d6e1017e9 /desktop-themes/Menta/gtk-2.0/widgets/panel.rc | |
parent | e6035e744c7264b4ebde4b28989b942c9cbebcb8 (diff) | |
parent | c49037bea189367d45cd7f5288f77535f9c04b71 (diff) | |
download | mate-themes-d1502e4aeb169fff188630e296d5d47adfe87a04.tar.bz2 mate-themes-d1502e4aeb169fff188630e296d5d47adfe87a04.tar.xz |
Merge pull request #52 from NiceandGently/master
update to GTK3-3.10
Diffstat (limited to 'desktop-themes/Menta/gtk-2.0/widgets/panel.rc')
-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" |