25 lines
410 B
CSS
25 lines
410 B
CSS
.dataTable-wrapper.no-footer .dataTable-container {
|
|
border-bottom: none
|
|
}
|
|
|
|
.dataTable-selector {
|
|
padding: .375rem 1.75rem .375rem .75rem;
|
|
font-size: small;
|
|
}
|
|
|
|
.dataTable-dropdown {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.dataTable-dropdown label {
|
|
white-space: nowrap;
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
.page-item.active .page-link {
|
|
color: #fff !important;
|
|
font-size: small;
|
|
|
|
} |