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

META-INF.resources.bsf.css.dataTables.checkboxes.css Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
table.dataTable.dt-checkboxes-select tbody tr,
table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
  cursor: pointer;
}

table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
  text-align: center;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy