I have used datatable,
when i hovered over row bottom shadow is not displaying , why? only right and left shadow is displayed.
table.dataTable tbody tr:hover {
background-color: #fbfbfb; box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.5); cursor: pointer;
border-bottom:double;
}