<div dir="ltr"><div>The button rows (the LayoutMorphs that own the buttons) have the same color, so the buttons are kind of invisible and they look like undifferentiated strings in a row. This change set tweaks their colors so that the row where they live correctly adopts the widget color for their window (instead of the button color from the theme), and the buttons are colored better for their different states (enabled/disabled, presed, and highlighted on mouse over).</div><div><br></div><div>I guess LayoutMorph>>#adoptWidgetColor: using the theme button color was a bug, but I'm not sure, maybe there's some logic behind it. Also, I don't know if we still need the instance variable doAdoptWidgetColor, it seems hacky, maybe we can remove all that and let them always adopt the widget color?<br></div><div><br></div><div>Let me know what you think.</div><div>Luciano<br></div></div>