Pagination css problem

Pagination css problem

tinkdinkphiutinkdinkphiu Posts: 2Questions: 1Answers: 0

I have this as my css to the table to manage the hover action, but only the paginate_button with the disabled class works normally, the others just have something off not working normally, this also happen to the dataTables_length. Please help

.dataTables_paginate .paginate_button:hover {
background-color: #64A759 !important;
color: #fff;
}

.dataTables_paginate .paginate_button.current {
background-color: #C4F9D8 !important;
border: none !important;
}

This question has an accepted answers - jump to answer

Answers

Sign In or Register to comment.