diff --git a/css/customstyles.css b/css/customstyles.css index 28918bf805a..233ebd8e5f2 100755 --- a/css/customstyles.css +++ b/css/customstyles.css @@ -3349,6 +3349,12 @@ th { tbody tr:hover { background-color: #F3F3F3 !important; } +tbody tr.eol { + background-color: #F3F3F3 !important; } + +tbody.nohover tr:hover { + background-color: inherit !important; } + table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th,