jQuery UI Widgets › Forums › General Discussions › Navigation › NavigationBar, ToolBar, NavBar › jqxToolbar fill color
Tagged: Angular toolbar, background color, color, css, jQuery toolbar, jqx-fill-state-normal, jqxToolBar, style, toolbar
This topic contains 2 replies, has 2 voices, and was last updated by roblajolla 10 years ago.
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
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/
Dimitar,
That worked perfectly! Thank you for your continued support.
You must be logged in to reply to this topic.