Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: _datatable-scroller.scss
/* ------------------------------------------------------------------------------ * * # Datatables Scroller * * Drawing the rows required for the current display only, for fast operation * * ---------------------------------------------------------------------------- */ // Check if component is enabled @if $enable-datatable-scroller { // Base .DTS { // Prevent word wrap tbody { th, td { white-space: nowrap; } } // Loading text .DTS_Loading { position: absolute; top: 50%; left: 50%; width: 12.5rem; height: 1.25rem; margin-top: -($spacer); margin-left: -6.25rem; z-index: 1; border: $table-border-width solid $table-border-color; padding: 1.25rem 0; text-align: center; } // Scroller areas .dataTables_scrollHead, .dataTables_scrollFoot { background-color: $card-bg; } .dataTables_scrollBody { z-index: 2; } } }