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-09-29 21:39:06 (GMT)
committer Benjamin Berg <benjamin@sipsolutions.net>2007-09-29 21:39:06 (GMT)
commit1fb24aabe84e97e9fda510cbcb0fa18ad081e940 (patch)
tree2975d131ae30745508ffc9c4d99fe06a0efe56cf /gtk
parent8ec525b54a891a41c5d1a9c5b7c757eceb5d92f0 (diff)
Hide the ACTIVE state on comboboxes. The content does not update correctly.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/theme/gtkrc.em4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em
index fc183a1..27ca888 100644
--- a/gtk/theme/gtkrc.em
+++ b/gtk/theme/gtkrc.em
@@ -480,6 +480,10 @@ style "button"
style "combobox"
{
+ # "Disable" the ACTIVE state of the button, it only creates problems :-(
+ bg[ACTIVE] = $button_grey
+ fg[ACTIVE] = $white
+
# Work around GTK+ bug #382646
text[NORMAL] = $white
text[ACTIVE] = $white