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

SERV-2286 - datatable css WIP

parent 3abde1d5
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
'Attachments/exporting/buttons.print.min.js', 'Attachments/exporting/buttons.print.min.js',
'Attachments/datatables.init.js', 'Attachments/datatables.init.js',
'Attachments/datatables.init.css', 'Attachments/datatables.init.css',
'datatable.css'
] ]
]; ];
} }
......
.table.dataTable.no-footer { .dataTables_filter label, .dataTables_length label {
border: 0px!important; color: #aaa;
} }
.DatatableSearch { table.dataTable.display>tbody>tr.odd>.sorting_1 {
border: 1px solid #888888; box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 20%);
} }
.DatatableFilter { table.dataTable.display>tbody>tr.even>.sorting_1 {
border: 1px solid #888888; box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 10%);
margin: 5px;
} }
.dataTable tbody td { /*.table.dataTable.no-footer {*/
vertical-align: middle; /* border: 0px!important;*/
text-align: center; /*}*/
}
.dataTable tbody td { /*.DatatableSearch {*/
vertical-align: middle; /* border: 1px solid #888888;*/
text-align: center; /*}*/
}
.table thead:first-child tr:first-child th { /*.DatatableFilter {*/
border-top: 1px solid #ddd; /* border: 1px solid #888888;*/
} /* margin: 5px;*/
/*}*/
.table thead th { /*.dataTable tbody td {*/
vertical-align: middle; /* vertical-align: middle;*/
border-bottom: 1px solid #b7b7b7; /* text-align: center;*/
} /*}*/
.dataTable thead th { /*.dataTable tbody td {*/
padding-right: 2.5rem; /* vertical-align: middle;*/
font-weight: 500; /* text-align: center;*/
padding: .75rem 1.25rem; /*}*/
}
.dataTable { /*.table thead:first-child tr:first-child th {*/
border-collapse: collapse!important; /* border-top: 1px solid #ddd;*/
} /*}*/
.c8tableBody { /*.table thead th {*/
width: 100%; /* vertical-align: middle;*/
overflow-x: auto; /* 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}} /*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 \ 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