2020-07-23 03:21:26 -04:00
|
|
|
table.dataTable{
|
2020-07-25 02:07:52 -04:00
|
|
|
width: 100%;
|
2020-07-23 03:21:26 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
table.dataTable, table.dataTable.no-footer{
|
|
|
|
border: none;
|
|
|
|
font-size: 1rem;
|
|
|
|
text-align: left;
|
2020-07-25 02:07:52 -04:00
|
|
|
border-collapse: collapse;
|
2020-07-23 03:21:26 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.dataTables_wrapper .dataTables_filter{
|
|
|
|
float: none;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2020-07-25 17:24:23 -04:00
|
|
|
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc{
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2020-07-23 03:21:26 -04:00
|
|
|
table.dataTable thead{
|
2020-11-30 21:15:47 -05:00
|
|
|
/* background-color: #b0a77d; */
|
2020-07-23 03:21:26 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
table.dataTable thead tr th{
|
|
|
|
border: none;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.dataTable tbody tr{
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
2020-07-25 17:24:23 -04:00
|
|
|
|
|
|
|
table.dataTable tbody tr:hover{
|
2020-11-30 21:15:47 -05:00
|
|
|
/* background-color: #e2eabb; */
|
2020-07-25 17:24:23 -04:00
|
|
|
}
|