From 871f7752940f94f47d27a63060dd588bff5ee7e2 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 19 Sep 2016 18:51:19 +0200 Subject: gtk2: fix unreadable text in VMware horizon client (#628) --- common/gtk-2.0/main.rc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'common') 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 "*" style "text" +widget_class "*" style "text" +widget_class "**" style "menu_text" widget_class "**" style "text" widget_class "**" style "text" widget_class "**" style "text" -- cgit v1.2.3