changeset 21:66fe978c102e

Expand disabled menu item bevel fix to indirect ancesstors This is necessary for things like Banshee Edit>Rating menu which is a widget inside a menu item
author IBBoard <dev@ibboard.co.uk>
date Sun, 02 Oct 2016 19:35:20 +0100
parents b8c9b02def47
children cb3e1a45b770
files gtk-2.0/gtkrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gtk-2.0/gtkrc	Sat Oct 01 13:31:32 2016 +0100
+++ b/gtk-2.0/gtkrc	Sun Oct 02 19:35:20 2016 +0100
@@ -2341,7 +2341,7 @@
 widget_class "*<GtkMenu>*"			style "menu_framed_box"
 widget_class "*<GtkMenuItem>*"			style "menu_item"
 # Fudge menu item labels so we don't get Pixmap's ugly shadow on disabled menu items
-widget_class "*<GtkMenuItem>.<GtkLabel>"	style "menu_item_label"
+widget_class "*<GtkMenuItem>*<GtkLabel>"	style "menu_item_label"
 widget_class "*<GtkMenuBar>.<GtkMenuItem>*"	style "menubar_item"
 widget_class "*<GtkCheckButton>*"               style "checkbutton"
 widget_class "*<GtkComboBox>"                   style "combobox"