fix GVim tabs

pull/139/head
Horst3180 9 years ago
parent 2376326de0
commit 2699407949

@ -2227,6 +2227,13 @@ style "notebook_viewport" {
bg[NORMAL] = @notebook_bg bg[NORMAL] = @notebook_bg
} }
style "notebook_eventbox" {
bg[NORMAL] = @notebook_bg
bg[ACTIVE] = @bg_color
}
style "tooltips" { style "tooltips" {
xthickness = 8 xthickness = 8
@ -2365,6 +2372,9 @@ widget_class "*<GtkNotebook>.<GtkLabel>" style "noteb
# GTK tooltips # GTK tooltips
widget "gtk-tooltip*" style "tooltips" widget "gtk-tooltip*" style "tooltips"
#Fix GVim tabs
widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_eventbox"
# Xchat special cases # Xchat special cases
widget "*xchat-inputbox" style "entry" widget "*xchat-inputbox" style "entry"

Loading…
Cancel
Save