It seems that SelectableTable objects ignore
the following style attributes:
SelectableTable.STYLE_ROLLOVER_FOREGROUND
SelectableTable.STYLE_SELECTION_FOREGROUND
Version: EchoPoint 0.8
------
The problem is probably in
the "echopoint.ui.SortableTableRenderer" class.
Its "render" method is
missing "ColorKit.makeCSSColor" calls for the
mentioned foreground colors.