Skip to content

Commit

Permalink
Fixed *some* of the annoying chrome bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
xyl0n committed Mar 16, 2014
1 parent b4891ca commit 4712348
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion gtk-2.0/styles/menu-menubar
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,18 @@ style "menubar-item"
}


style "chrome_menu_item"
{
bg[NORMAL] = @text_color
fg[NORMAL] = @bg_color
bg[SELECTED] = @text_color
bg[INSENSITIVE] = shade (1.08, @text_color)
fg[SELECTED] = @bg_color
fg[INSENSITIVE] = shade (1.08, @text_color)
xthickness = 4
ythickness = 4
}

widget_class "*<GtkSeparatorMenuItem>*" style "menuitem"
class "GtkMenu" style "menu"
widget_class "*<GtkMenu>*" style "menu"
Expand All @@ -156,4 +168,5 @@ class "GtkMenuItem" style "menuitem"
class "GtkTearoffMenuItem" style "menuitem"
class "GtkMenuBar*" style "menubar"
widget_class "*<GtkMenuBar>*" style "menubar"
widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar-item"
widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar-item"
widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item"

0 comments on commit 4712348

Please sign in to comment.