I’m using jqgrid with jquery-ui ‘smoothness’ theme, unfortunately with this theme the selected row background color is too light, I’m trying to change the background color to make it more visible. I’ve tried changing ui-state-highlight in css (with !important override) but this does not work. Is there a CSS way to do this or perhaps a jqgrid custom formatter is the way to go?
I’m using jqgrid with jquery-ui ‘smoothness’ theme, unfortunately with this theme the selected row
Share
The class
ui-state-highlightuses thebackgroundCSS attribute. So a small trick is to usebackgroundinstead ofbackground-colorto remove the background image. For examplesee live here.
UPDATED: It’s not necessary to use
!important. It’s enough to specify a more specific rule likeor