jQWidgets Forums

jQuery UI Widgets Forums Grid Filter textbox color

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Filter textbox color #54343

    EricK
    Participant

    I would like to apply a different background color to the filter textbox that shows at the top of the grid columns? Not sure what class to change?

    Thanks,
    Eric

    Filter textbox color #54344

    Dimitar
    Participant

    Hello Eric,

    You can add the following style to your page to achieve this:

    <style type="text/css">
        .jqx-grid-header input
        {
            background-color: Teal;
        }
    </style>

    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.