From 2699407949365053d9dcad65623ceb9cb04269b9 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 10 Aug 2015 23:41:17 +0200 Subject: fix GVim tabs --- common/gtk-2.0/main.rc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'common/gtk-2.0') diff --git a/common/gtk-2.0/main.rc b/common/gtk-2.0/main.rc index edec4be..c27dd21 100644 --- a/common/gtk-2.0/main.rc +++ b/common/gtk-2.0/main.rc @@ -2227,6 +2227,13 @@ style "notebook_viewport" { bg[NORMAL] = @notebook_bg } + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + style "tooltips" { xthickness = 8 @@ -2365,6 +2372,9 @@ widget_class "*." style "noteb # GTK tooltips widget "gtk-tooltip*" style "tooltips" +#Fix GVim tabs +widget_class "**" style "notebook_eventbox" + # Xchat special cases widget "*xchat-inputbox" style "entry" -- cgit v1.2.3