Commit 74f358de authored by Kevin Yumang's avatar Kevin Yumang

SERV-2286 - datatable css WIP

parent 3abde1d5
......@@ -53,6 +53,7 @@
'Attachments/exporting/buttons.print.min.js',
'Attachments/datatables.init.js',
'Attachments/datatables.init.css',
'datatable.css'
]
];
}
......
.table.dataTable.no-footer {
border: 0px!important;
.dataTables_filter label, .dataTables_length label {
color: #aaa;
}
.DatatableSearch {
border: 1px solid #888888;
table.dataTable.display>tbody>tr.odd>.sorting_1 {
box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 20%);
}
.DatatableFilter {
border: 1px solid #888888;
margin: 5px;
table.dataTable.display>tbody>tr.even>.sorting_1 {
box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 10%);
}
.dataTable tbody td {
vertical-align: middle;
text-align: center;
}
/*.table.dataTable.no-footer {*/
/* border: 0px!important;*/
/*}*/
.dataTable tbody td {
vertical-align: middle;
text-align: center;
}
/*.DatatableSearch {*/
/* border: 1px solid #888888;*/
/*}*/
.table thead:first-child tr:first-child th {
border-top: 1px solid #ddd;
}
/*.DatatableFilter {*/
/* border: 1px solid #888888;*/
/* margin: 5px;*/
/*}*/
.table thead th {
vertical-align: middle;
border-bottom: 1px solid #b7b7b7;
}
/*.dataTable tbody td {*/
/* vertical-align: middle;*/
/* text-align: center;*/
/*}*/
.dataTable thead th {
padding-right: 2.5rem;
font-weight: 500;
padding: .75rem 1.25rem;
}
/*.dataTable tbody td {*/
/* vertical-align: middle;*/
/* text-align: center;*/
/*}*/
.dataTable {
border-collapse: collapse!important;
}
/*.table thead:first-child tr:first-child th {*/
/* border-top: 1px solid #ddd;*/
/*}*/
.c8tableBody {
width: 100%;
overflow-x: auto;
}
/*.table thead th {*/
/* vertical-align: middle;*/
/* border-bottom: 1px solid #b7b7b7;*/
/*}*/
/*.dataTable thead th {*/
/* padding-right: 2.5rem;*/
/* font-weight: 500;*/
/* padding: .75rem 1.25rem;*/
/*}*/
/*.dataTable {*/
/* border-collapse: collapse!important;*/
/*}*/
/*.c8tableBody {*/
/* width: 100%;*/
/* overflow-x: auto;*/
/*}*/
table.fixedHeader-floating{position:fixed !important;background-color:white}table.fixedHeader-floating.no-footer{border-bottom-width:0}table.fixedHeader-locked{position:absolute !important;background-color:white}@media print{table.fixedHeader-floating{display:none}}
\ No newline at end of file
/*table.fixedHeader-floating{position:fixed !important;background-color:white}table.fixedHeader-floating.no-footer{border-bottom-width:0}table.fixedHeader-locked{position:absolute !important;background-color:white}@media print{table.fixedHeader-floating{display:none}}*/
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment