The Apex out-of-the-box IR template (say in the Builder itself) seems to have the following CSS for a hover effect.
This works fine in FF but it doesn't work in IE8. Is it supposed to?
.apexir_WORKSHEET_DATA tr.even:hover td {
background-color: #CCDDFF !important;
}
I don't particularly care about this effect one way or the other but it does interfere with some custom effects in some of my apps. How do I go about disabling this hover effect? Tried to override it in on the page using background-color:none, specifying no properties for that selector but it doesn't work.
Ideas? Thanks