I would like to change the rownum text color on the selected rows so it can be white like the rest of the text when highlighted.
I managed to change the default color by doing this in CSS :
1 2 |
<span class="hljs-selector-class">.jqgrow</span> <span class="hljs-selector-class">.jqgrid-rownum</span> { <span class="hljs-attribute">background-color</span>: transparent; <span class="hljs-attribute">background-image</span>: none; <span class="hljs-attribute">color</span>:<span class="hljs-number">#ffffff</span>} |
But i don’t know how to do the same for the highlight state.
Thanks
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top