Hi Sir!
Please, how can I change colors of selected row (background color and font color)?
Thank you!
Fabio
2 Answers
You can inspect the class name of selected row using firebug and override the CSS classes onpage with modified color.
As an alternate, you can make a new theme using theme roller of jqueryui
http://jqueryui.com/themeroller/
& replace the new theme css.
<link rel="stylesheet" type="text/css" media="screen" href="../../lib/js/themes/redmond/jquery-ui.custom.css"></link>
Your Answer