0

I built a custom jQuery UI Theme using ThemeRoller based of the UI Lightness theme. My jqGrid now looks like this

enter image description here

From my investigation, the header is using the css classes ui-state-default ui-th-column ui-th-ltr and is using the background image: images/ui-bg_glass_100_f6f6f6_1x400.png from jquery-ui-1.10.0.custom.css.

What setting do I have change in the ThemeRoller to change the Header color?

Jonas Stawski
  • 6,682
  • 6
  • 61
  • 106
  • ThemeRoller can only generate themes for the widgets provided by jQuery UI. jqGrid not being part of jQuery UI, I'm afraid you will have to add `.ui-th-column` rules to your CSS files manually, at least for now (the upcoming grid widget might use the same classes as jqGrid and ThemeRoller will probably be updated accordingly upon release). – Frédéric Hamidi Feb 06 '13 at 23:14

1 Answers1

0

With the current jQuery.UI: 1.10.2 and the current jqGrid: 4.4.4, I was able to change the header by setting the Clickable: default state of the ThemeRoller

Jonas Stawski
  • 6,682
  • 6
  • 61
  • 106