diff options
author | raveit65 <[email protected]> | 2013-11-04 22:02:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-11-04 22:02:30 +0100 |
commit | ca3cc6563db38b6e55a8af918cd7bfce50462fb2 (patch) | |
tree | 4f602544fc7e07c1f17c79560b446375585402a6 /desktop-themes/Menta/gtk-2.0/widgets | |
parent | 08f34178152c6ea7369b2950779e047b72f3c6e5 (diff) | |
download | mate-themes-ca3cc6563db38b6e55a8af918cd7bfce50462fb2.tar.bz2 mate-themes-ca3cc6563db38b6e55a8af918cd7bfce50462fb2.tar.xz |
Menta GTK2: syncronize menu selected fonts
Diffstat (limited to 'desktop-themes/Menta/gtk-2.0/widgets')
-rw-r--r-- | desktop-themes/Menta/gtk-2.0/widgets/panel.rc | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/panel.rc b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc index 647d9d91..67c4b8a3 100644 --- a/desktop-themes/Menta/gtk-2.0/widgets/panel.rc +++ b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc @@ -96,15 +96,16 @@ style "theme-panel-light" } } -style "theme-panel-text" -{ - fg[NORMAL] = "#000000" - fg[PRELIGHT] = "#000000" - fg[ACTIVE] = "#ffffff" - text[NORMAL] = "#000000" - text[PRELIGHT] = "#000000" - text[ACTIVE] = "#ffffff" -} +# disable for syncronize menu selected fonts +#style "theme-panel-text" +#{ +# fg[NORMAL] = "#000000" +# fg[PRELIGHT] = "#000000" +# fg[ACTIVE] = "#ffffff" +# text[NORMAL] = "#000000" +# text[PRELIGHT] = "#000000" +# text[ACTIVE] = "#ffffff" +#} style "theme-main-menu-text" = "theme-panel-text" { @@ -170,8 +171,8 @@ widget_class "*GtkBgbox*" style "theme-panel-buttons" # Make sure panel text color doesn't change widget_class "*Panel*MenuBar*" style "theme-main-menu-text" widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text" -widget "*.clock-applet-button.*" style "theme-panel-text" -widget "*PanelApplet*" style "theme-panel-text" +#widget "*.clock-applet-button.*" style "theme-panel-text" +#widget "*PanelApplet*" style "theme-panel-text" # Hide ugly handle class "PanelAppletFrame" style:highest "theme-panel-handle" |