jQWidgets Forums

jQuery UI Widgets Forums Lists ListBox Row background color

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 11 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Row background color #53312

    edilson88
    Participant

    How to set the One background color for each row in the ListBox?

    Row background color #53371

    Dimitar
    Participant

    Hello edilsonamaral,

    Here is how to set a custom background colour to the listbox rows:

    <style type="text/css">
        .jqx-listitem-state-normal
        {
            background-color: Green;
        }
    </style>

    There is no way, however, to have a unique colour for each row.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.