diff options
author | raveit <[email protected]> | 2013-04-11 18:21:53 +0200 |
---|---|---|
committer | raveit <[email protected]> | 2013-04-11 18:21:53 +0200 |
commit | dafb217493bb695a070e8b82ebed8e3e99017536 (patch) | |
tree | ba7344828ee3f91d923e0187e5087368b3532dbf | |
parent | 5dcfab4f11b747eec2da6cd59d4dff5e2d2b826b (diff) | |
download | mate-themes-dafb217493bb695a070e8b82ebed8e3e99017536.tar.bz2 mate-themes-dafb217493bb695a070e8b82ebed8e3e99017536.tar.xz |
fix GTK2 panel.rc
-rw-r--r-- | desktop-themes/Menta/gtk-2.0/widgets/panel.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/panel.rc b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc index 7148815f..08a0b9a1 100644 --- a/desktop-themes/Menta/gtk-2.0/widgets/panel.rc +++ b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc @@ -156,9 +156,9 @@ widget_class "*LauncherPlugin*" style:highest "theme-panel-buttons" widget_class "*ActionsPlugin*" style:highest "theme-panel-buttons" # lxpanel and fbpanel -+widget "*.tclock.*" style "theme-panel-buttons" -+widget "*.taskbar.*" style "theme-panel-buttons" -+widget_class "*GtkBgbox*" style "theme-panel-buttons" +widget "*.tclock.*" style "theme-panel-buttons" +widget "*.taskbar.*" style "theme-panel-buttons" +widget_class "*GtkBgbox*" style "theme-panel-buttons" # Make sure panel text color doesn't change widget_class "*Panel*MenuBar*" style "theme-main-menu-text" |