Disable part of style with jQuerry
Hi I've created a table style in css file, and here is a part of the code.
#tab tbody tr:hover td
{color: blue;
background: -moz-linear-gradient(6% 75% 90deg,#8F8F8F, #EBF2F2, #C7C7C7 100%);
}
Is it possible to disable this hover without changing rest of #tab style in one selected table with jQuerry ?