164 lines
3.4 KiB
CSS
164 lines
3.4 KiB
CSS
table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
td, th {
|
|
border-bottom: 1px solid #cfe5e0;
|
|
font-size: 1rem;
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
th {
|
|
padding: 1.5rem 1rem;
|
|
}
|
|
|
|
td {
|
|
padding: 1rem;
|
|
}
|
|
|
|
tbody tr {
|
|
cursor: pointer;
|
|
}
|
|
|
|
tbody tr.selected td {
|
|
background: #e0eeeb;
|
|
}
|
|
|
|
tbody tr:hover:not(.selected) td,
|
|
tbody tr.hover:not(.selected) td {
|
|
background: #f0f7f5;
|
|
}
|
|
|
|
.table-footer, .table-header {
|
|
font-size: .875rem;
|
|
}
|
|
|
|
.table-footer {
|
|
margin: -1.5rem 0 0;
|
|
}
|
|
|
|
.table-header {
|
|
margin: 0 0 1rem;
|
|
}
|
|
|
|
.table-footer.grid,
|
|
.table-header.grid {
|
|
align-items: center;
|
|
display: grid;
|
|
grid-auto-flow: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.border-index {
|
|
background: #dbeafe;
|
|
height: 30px;
|
|
width: 30px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 6px;
|
|
color: #3f3f46;
|
|
}
|
|
|
|
.black {
|
|
background: #00000070
|
|
}
|
|
|
|
button:disabled,
|
|
button[disabled] {
|
|
border: 1px solid #999999 !important;
|
|
background-color: #cccccc !important;
|
|
color: #666666 !important;
|
|
}
|
|
|
|
.top-information,
|
|
.bottom-information {
|
|
padding: 0 20px;
|
|
}
|
|
|
|
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
|
|
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
|
|
background-color: #29cc97;
|
|
top: 14px;
|
|
width: 16px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
border: 0;
|
|
font-weight: bold;
|
|
box-shadow: none;
|
|
}
|
|
|
|
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
|
|
background-color: #fec400;
|
|
}
|
|
|
|
.dataTables_wrapper {
|
|
direction: rtl;
|
|
}
|
|
|
|
.dataTables_length {
|
|
float: left;
|
|
}
|
|
|
|
.dataTables_filter {
|
|
float: right;
|
|
text-align: right;
|
|
}
|
|
|
|
#DataTables_Table_0_last {
|
|
-moz-border-radius-bottomright: 0px;
|
|
-webkit-border-bottom-right-radius: 0px;
|
|
-khtml-border-bottom-right-radius: 0px;
|
|
border-bottom-right-radius: 0px;
|
|
-moz-border-radius-topright: 0px;
|
|
-webkit-border-top-right-radius: 0px;
|
|
-khtml-border-top-right-radius: 0px;
|
|
border-top-right-radius: 0px;
|
|
-moz-border-radius-bottomleft: 6px;
|
|
-webkit-border-bottom-left-radius: 6px;
|
|
-khtml-border-bottom-left-radius: 6px;
|
|
border-bottom-left-radius: 6px;
|
|
-moz-border-radius-topleft: 6px;
|
|
-webkit-border-top-left-radius: 6px;
|
|
-khtml-border-top-left-radius: 6px;
|
|
border-top-left-radius: 6px;
|
|
}
|
|
|
|
#DataTables_Table_0_first {
|
|
-moz-border-radius-bottomright: 6px;
|
|
-webkit-border-bottom-right-radius: 6px;
|
|
-khtml-border-bottom-right-radius: 6px;
|
|
border-bottom-right-radius: 6px;
|
|
-moz-border-radius-topright: 6px;
|
|
-webkit-border-top-right-radius: 6px;
|
|
-khtml-border-top-right-radius: 6px;
|
|
border-top-right-radius: 6px;
|
|
-moz-border-radius-bottomleft: 0px;
|
|
-webkit-border-bottom-left-radius: 0px;
|
|
-khtml-border-bottom-left-radius: 0px;
|
|
border-bottom-left-radius: 0px;
|
|
-moz-border-radius-topleft: 0px;
|
|
-webkit-border-top-left-radius: 0px;
|
|
-khtml-border-top-left-radius: 0px;
|
|
border-top-left-radius: 0px;
|
|
}
|
|
|
|
.dataTables_info {
|
|
float: left;
|
|
}
|
|
|
|
.dataTables_paginate {
|
|
float: right;
|
|
text-align: right;
|
|
}
|
|
|
|
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
|
|
padding: 0;
|
|
}
|
|
|
|
table.dataTable > tbody > tr.child ul.dtr-details {
|
|
width: 100%;
|
|
}
|