I'm experiencing issues with customizing the page selector in DataTables.
Although I managed to change the background color to black, the frame around it remains blue. The font color of unselected pages and the "Next" button also do not reflect the changes I made.
Any assistance would be greatly appreciated!
td {
padding: 3px !important;
}
.selector:checked{
background-color:black !important;
}
.pagination > li.active > a {
background-color:black !important;
}