Hi

Am 26.01.2006 14:18, Sebastian Werner schrieb:
Dietrich Streifert schrieb:

Hello List,

is it possible to set the background color of a QxListItem (within a QxList)?

I want to achieve the following behaviour: if the list item is unselected a specified background color should appear. If the item is selected, the default selected background color should appear.


The new appearance will your friend. But currently there exist no documentation for this :(

Until then you can define a CSS class named exactly as the qooxdoo class, in your case QxListItem.
Example:

.QxListItem { background-color:black; }

Cheers

Benjamin



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
Qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to