This topic contains 2 replies, has 2 voices, and was last updated by  roblajolla 8 years, 8 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • jqxToolbar fill color #80065

    roblajolla
    Participant

    Hi,

    I would like to override the jqx-fill-state-normal background-color, but ONLY for the toolbar component. Changing the jqx-fill-state-normal changes too many components.

    I have tried:

    .jqx-toolbar-indigo .jqx-fill-state-normal-indigo {border-color: #3F51B5; color: #ffffff; background-color: #3F51B5;}

    but that only seems to work on the tools themselves and not on the entire toolbar’s background.

    Thank you very much!

    Rob

    jqxToolbar fill color #80070

    Dimitar
    Participant

    Hi Rob,

    Please try applying the following CSS to your page:

    .jqx-toolbar.jqx-fill-state-normal {
      border-color: #3F51B5;
      color: #ffffff;
      background-color: #3F51B5;
    }

    You can see the result in the following example: https://www.jseditor.io/?key=jqxtoolbar-fill-color.

    Best Regards,
    Dimitar

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

    jqxToolbar fill color #80143

    roblajolla
    Participant

    Dimitar,

    That worked perfectly! Thank you for your continued support.

    Rob

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

You must be logged in to reply to this topic.