|
|
@ -131,24 +131,24 @@ div.dataTables_scrollHead table.table-bordered {
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* TableTools styles
|
|
|
|
* TableTools styles
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
.table tbody tr.active td,
|
|
|
|
.table.dataTable tbody tr.active td,
|
|
|
|
.table tbody tr.active th {
|
|
|
|
.table.dataTable tbody tr.active th {
|
|
|
|
background-color: #08C;
|
|
|
|
background-color: #08C;
|
|
|
|
color: white;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.table tbody tr.active:hover td,
|
|
|
|
.table.dataTable tbody tr.active:hover td,
|
|
|
|
.table tbody tr.active:hover th {
|
|
|
|
.table.dataTable tbody tr.active:hover th {
|
|
|
|
background-color: #0075b0 !important;
|
|
|
|
background-color: #0075b0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.table tbody tr.active th > a,
|
|
|
|
.table.dataTable tbody tr.active th > a,
|
|
|
|
.table tbody tr.active td > a {
|
|
|
|
.table.dataTable tbody tr.active td > a {
|
|
|
|
color: white;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.table-striped tbody tr.active:nth-child(odd) td,
|
|
|
|
.table-striped.dataTable tbody tr.active:nth-child(odd) td,
|
|
|
|
.table-striped tbody tr.active:nth-child(odd) th {
|
|
|
|
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
|
|
|
|
background-color: #017ebc;
|
|
|
|
background-color: #017ebc;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|