diff options
Diffstat (limited to 'common/gtk-2.0/main.rc')
-rw-r--r-- | common/gtk-2.0/main.rc | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/common/gtk-2.0/main.rc b/common/gtk-2.0/main.rc index 5effd1f..8b8f824 100644 --- a/common/gtk-2.0/main.rc +++ b/common/gtk-2.0/main.rc @@ -2245,10 +2245,15 @@ style "chrome_menu_item" { } # Text Style -style "text" { +style "text" = "default" { engine "murrine" { textstyle = 0 } } +style "menu_text" = "menu_item" { + engine "murrine" { textstyle = 0 } +} + + style "null" { engine "pixmap" { @@ -2337,7 +2342,8 @@ widget "xfwm4-tabwin*" style "xfwm- widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" # Fixes ugly text shadows for insensitive text -widget_class "*<GtkLabel>" style "text" +widget_class "*<GtkLabel>" style "text" +widget_class "*<GtkMenu>*<GtkLabel>" style "menu_text" widget_class "*<GtkComboBox>*<GtkCellLayout>" style "text" widget_class "*<GtkNotebook>*<GtkLabel>" style "text" widget_class "*<GtkNotebook>*<GtkCellLayout>" style "text" |