Skip to content

Commit

Permalink
dataTables_wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
73616e646572 committed Nov 5, 2024
1 parent 8849b16 commit e1ef9e1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ table tfoot th{
}

.dataTables_wrapper .dataTables_paginate {
color: white;
background-color: #444;
padding: 10px;
float: none;
text-align: right;
position: sticky;
bottom: 0px;
color: white !important;
background-color: #444 !important;
padding: 10px !important;
float: none !important;
text-align: right !important;
position: sticky !important;
bottom: 0px !important;
}

0 comments on commit e1ef9e1

Please sign in to comment.