Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorBenjamin Berg <benjamin@sipsolutions.net>2007-10-08 08:40:36 (GMT)
committer Benjamin Berg <benjamin@sipsolutions.net>2007-10-08 08:40:36 (GMT)
commite256c6175d360e17e989d84ed69ae6b673e7f75e (patch)
tree4fdeca137c059d4866f64735da2db276e51a0d33 /gtk
parent9b93ff3a3fdd5c041e62009736bbeb1d937d8939 (diff)
Fix order of the button and combobox styles.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/theme/gtkrc.em7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em
index 26b429f..0be4aa7 100644
--- a/gtk/theme/gtkrc.em
+++ b/gtk/theme/gtkrc.em
@@ -474,7 +474,8 @@ style "entry"
style "button"
{
- fg[NORMAL] = $white
+ fg[NORMAL] = $white
+ fg[ACTIVE] = $black
bg[NORMAL] = $button_grey
}
@@ -638,11 +639,11 @@ widget_class "*<GtkImageMenuItem>" style "imagemenuitem"
widget_class "*<GtkSeparatorMenuItem>*" style "separatormenuitem"
# Buttons and Combos
+widget_class "*<GtkButton>*" style "button"
+widget_class "*<GtkCheckButton>*" style "checkbutton"
widget_class "*<GtkComboBox>*" style "combobox"
widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
widget_class "*<GtkCombo>*" style "comboboxentry"
-widget_class "*<GtkButton>*" style "button"
-widget_class "*<GtkCheckButton>*" style "checkbutton"
# Entries
widget_class "*<GtkEntry>" style "entry"