All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ui.static.css.datatable.css Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
span.highlight {
    background-color: #feff01;
    color: #945500;
}

.dataTables_wrapper .row:first-child, .dataTables_wrapper .row:last-child {
    padding: 0 20px;
}

.dataTables_filter input {
    width: 350px !important;
}

.dataTable tbody tr:has(.dt-control) {
    cursor: pointer;
}
.dataTable tbody tr:not(.child-shown) .when-not-collapsed {
    display: none;
}
.dataTable tbody tr.child-shown .when-collapsed {
    display: none;
}

td.child-detail {
    padding: 0 !important;
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy