mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Added original Vuexy files and cloned focus2 views into vuexy views for its conversion
This commit is contained in:
23
httpdocs/themes/vuexy/vendor/libs/datatables-checkboxes-jquery/datatables.checkboxes.css
vendored
Normal file
23
httpdocs/themes/vuexy/vendor/libs/datatables-checkboxes-jquery/datatables.checkboxes.css
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user