[gnome-themes-standard/wip/jimmac/updated-gtk2: 74/106] Added better support for tab labels.



commit 876d52a44f26cb70cff2bfebdac8ec9c2d0bdb0b
Author: Juraj Fiala <doctorjellyface riseup net>
Date:   Sat Feb 20 15:38:35 2016 +0100

    Added better support for tab labels.
    
    Also fixed an old comment.

 themes/Adwaita/gtk-2.0/main.rc |    4 +++-
 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 17ec8ca..635c8d5 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]