IP 2014: How to disable hover color in List Applets
How do I disable the Hover Color in List Applets my own custom CSS that would override the Aurora code:
.no-touch .ui-jqgrid .ui-jqgrid-btable tr:hover td {
background-color: #d2e9f5!important;
}
0
How do I disable the Hover Color in List Applets my own custom CSS that would override the Aurora code:
.no-touch .ui-jqgrid .ui-jqgrid-btable tr:hover td {
background-color: #d2e9f5!important;
}