How to style GWT CellList?
问题 I have a CellList that I want to style. I want to change the cursor style, the ugly color of a selected cell . I checked several questions and discussions on stack overflow,but none of them worked. I checked these one: CellList GWT CSS Style How do I style a gwt 2.1 CellTables headers? Her is my code: public interface CellListResource extends CellList.Resources { public static CellListResource INSTANCE = GWT.create(CellListResource.class); interface CellListStyle extends CellList.Style { }