I get the effect that I want using firebug; I disable this:
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
color:#030303;
}
(actually I only need to disable .ui-state-highlight a {color:#030303}
)
how could I do this using jquery ?