[gnome-themes-standard] gtk2: fix prelight text color for checkbuttons
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] gtk2: fix prelight text color for checkbuttons
- Date: Thu, 13 Sep 2012 14:24:48 +0000 (UTC)
commit a853e2744de901c7d86af677e9c05eaf6e1ca32d
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Sep 13 10:22:59 2012 -0400
gtk2: fix prelight text color for checkbuttons
And special-case the XChat text entry boxes.
themes/Adwaita/gtk-2.0/gtkrc | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc
index ba0004c..00ee21d 100755
--- a/themes/Adwaita/gtk-2.0/gtkrc
+++ b/themes/Adwaita/gtk-2.0/gtkrc
@@ -873,7 +873,8 @@ style "button_nohilight"
style "checkbutton"
{
- fg[ACTIVE] = @text_color
+ fg[PRELIGHT] = @text_color
+ fg[ACTIVE] = @text_color
}
style "entry"
@@ -1956,6 +1957,8 @@ widget_class "*<GtkNotebook>*<GtkSpinButton>" style "notebook_spinbutt
widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "entry"
widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkSpinButton>" style "spinbutton"
+widget "*xchat-inputbox" style "entry"
+
# We also need to avoid changing fg color for the inactive notebook tab labels
widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]