aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-2.0
diff options
context:
space:
mode:
authorHorst31802015-08-10 23:41:17 +0200
committerHorst31802015-08-10 23:41:17 +0200
commit2699407949365053d9dcad65623ceb9cb04269b9 (patch)
tree5efb5c4d531362a0502dff1d8fb98e8da1038a87 /common/gtk-2.0
parent2376326de034be8260cbc7d712563267137c2515 (diff)
downloadsolarc-theme-2699407949365053d9dcad65623ceb9cb04269b9.tar.gz
solarc-theme-2699407949365053d9dcad65623ceb9cb04269b9.tar.xz
solarc-theme-2699407949365053d9dcad65623ceb9cb04269b9.zip
fix GVim tabs
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"