aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-2.0
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-2.0')
-rw-r--r--common/gtk-2.0/main.rc10
1 files changed, 10 insertions, 0 deletions
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 "*<GtkNotebook>.<GtkLabel>" style "noteb
# GTK tooltips
widget "gtk-tooltip*" style "tooltips"
+#Fix GVim tabs
+widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_eventbox"
+
# Xchat special cases
widget "*xchat-inputbox" style "entry"