summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuraj Fiala <doctorjellyface@riseup.net>2016-02-20 15:38:35 +0100
committerJuraj Fiala <doctorjellyface@riseup.net>2016-02-20 15:38:35 +0100
commit876d52a44f26cb70cff2bfebdac8ec9c2d0bdb0b (patch)
tree63939ceb340a9a2f0df7398fd70ec3d25c763f13
parent87183ec69d1e5b0d7d7f4d8cb2f8cf2def4e0a5a (diff)
downloadgnome-themes-standard-876d52a44f26cb70cff2bfebdac8ec9c2d0bdb0b.tar.gz
Added better support for tab labels.
Also fixed an old comment.
-rw-r--r--themes/Adwaita/gtk-2.0/main.rc4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/Adwaita/gtk-2.0/main.rc b/themes/Adwaita/gtk-2.0/main.rc
index 17ec8ca4..635c8d52 100644
--- a/themes/Adwaita/gtk-2.0/main.rc
+++ b/themes/Adwaita/gtk-2.0/main.rc
@@ -2348,8 +2348,10 @@ widget_class "*<GtkNotebook>*" style "notebook_prelight"
#widget_class "*<GtkNotebook>*<GtkComboBoxEntry>*<GtkEntry>" style "notebook_combobox_entry"
widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry"
-# We also need to avoid changing fg color for the inactive notebook tab labels
+# Tab labels
widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label"
+# Inkscape, and maybe other programs, put the notebook tab label into a box
+widget_class "*<GtkNotebook>.<GtkBox>.<GtkLabel>" style "notebook_tab_label"
# ComboBoxes tend to draw the button label with text[] instead of fg[], we need to fix that
widget_class "*<GtkComboBox>*<GtkCellView>" style "combobox_cellview"