My Code
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.active:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.active:hover {
background-color: #2196f3 !important; /* Background color on hover /
color: white !important; / Text color on hover */
}
i am trying for the past 2 days to change the background-color of active next and previous buttons but it is not working. can any one help Please .