Topic: Custom datatable pagination
                  
                  Pytchoun
                  free
                  asked 6 years ago
                
How can i custom pagination style for put pagination circle button ?
                      
                      Marta Wierzbicka
                      free
                        answered 6 years ago
                    
Hi,
you can add this CSS code:
.pagination .page-item .page-link {
  margin-left: 2px;
  margin-right: 2px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
   .pagination .page-item .page-link:hover {
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .pagination .page-item.active .page-link {
  -webkit-border-radius: 50%;
  border-radius: 50%; }
Best, Marta
                      
                      Marta Wierzbicka
                      free
                        answered 6 years ago
                    
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
 - Premium support: No
 - Technology: MDB jQuery
 - MDB Version: 4.7.5
 - Device: w10
 - Browser: chrome
 - OS: w10
 - Provided sample code: No
 - Provided link: No