Howdy! David Perez wrote: > I have created a simple QxList with I fill with QxListItems. > > * When unselected the items are shown on black over white. > > * When selected the items are shown on BLACK over blue. This isn't > very readable. > > The samples I have seen use (like > http://old.qooxdoo.org/public/demo/example/List_1.html): > > * When unselected the same than me > > * When selected the items are shown on WHITE over blue. This is > more readable > > But seen no code that sets colors. > What may I miss?
Styling of qooxdoo widgets is neatly separated from the widgets' class code. It runs under the name "appearance". Please see the following docs for more detailed info: http://qooxdoo.org/documentation/user/appearance http://qooxdoo.org/documentation/developer/why_we_don_t_use_css_for_appearance Cheers, Andreas ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
