forked from ScoDoc/ScoDoc
124 lines
4.8 KiB
CSS
124 lines
4.8 KiB
CSS
table.dataTable tbody > tr.selected,
|
|
table.dataTable tbody > tr > .selected {
|
|
background-color: #00d1b2;
|
|
}
|
|
table.dataTable.stripe tbody > tr.odd.selected,
|
|
table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected,
|
|
table.dataTable.display tbody > tr.odd > .selected {
|
|
background-color: #00ccae;
|
|
}
|
|
table.dataTable.hover tbody > tr.selected:hover,
|
|
table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover,
|
|
table.dataTable.display tbody > tr > .selected:hover {
|
|
background-color: #00c9ac;
|
|
}
|
|
table.dataTable.order-column tbody > tr.selected > .sorting_1,
|
|
table.dataTable.order-column tbody > tr.selected > .sorting_2,
|
|
table.dataTable.order-column tbody > tr.selected > .sorting_3,
|
|
table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1,
|
|
table.dataTable.display tbody > tr.selected > .sorting_2,
|
|
table.dataTable.display tbody > tr.selected > .sorting_3,
|
|
table.dataTable.display tbody > tr > .selected {
|
|
background-color: #00cdae;
|
|
}
|
|
table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
|
|
background-color: #00c6a8;
|
|
}
|
|
table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
|
|
background-color: #00c7aa;
|
|
}
|
|
table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
|
|
background-color: #00c9ab;
|
|
}
|
|
table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
|
|
background-color: #00cdae;
|
|
}
|
|
table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
|
|
background-color: #00ceb0;
|
|
}
|
|
table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
|
|
background-color: #00d0b1;
|
|
}
|
|
table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
|
|
background-color: #00c6a8;
|
|
}
|
|
table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
|
|
background-color: #00cdae;
|
|
}
|
|
table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
|
|
background-color: #00c0a3;
|
|
}
|
|
table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
|
|
background-color: #00c1a5;
|
|
}
|
|
table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
|
|
background-color: #00c4a7;
|
|
}
|
|
table.dataTable.display tbody > tr:hover > .selected,
|
|
table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected,
|
|
table.dataTable.order-column.hover tbody > tr > .selected:hover {
|
|
background-color: #00c0a3;
|
|
}
|
|
table.dataTable tbody td.select-checkbox,
|
|
table.dataTable tbody th.select-checkbox {
|
|
position: relative;
|
|
}
|
|
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after,
|
|
table.dataTable tbody th.select-checkbox:before,
|
|
table.dataTable tbody th.select-checkbox:after {
|
|
display: block;
|
|
position: absolute;
|
|
top: 1.2em;
|
|
left: 50%;
|
|
width: 12px;
|
|
height: 12px;
|
|
box-sizing: border-box;
|
|
}
|
|
table.dataTable tbody td.select-checkbox:before,
|
|
table.dataTable tbody th.select-checkbox:before {
|
|
content: " ";
|
|
margin-top: -2px;
|
|
margin-left: -6px;
|
|
border: 1px solid black;
|
|
border-radius: 3px;
|
|
}
|
|
table.dataTable tr.selected td.select-checkbox:after,
|
|
table.dataTable tr.selected th.select-checkbox:after {
|
|
content: "✓";
|
|
font-size: 20px;
|
|
margin-top: -19px;
|
|
margin-left: -6px;
|
|
text-align: center;
|
|
text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
|
|
}
|
|
table.dataTable.compact tbody td.select-checkbox:before,
|
|
table.dataTable.compact tbody th.select-checkbox:before {
|
|
margin-top: -12px;
|
|
}
|
|
table.dataTable.compact tr.selected td.select-checkbox:after,
|
|
table.dataTable.compact tr.selected th.select-checkbox:after {
|
|
margin-top: -16px;
|
|
}
|
|
|
|
div.dataTables_wrapper span.select-info,
|
|
div.dataTables_wrapper span.select-item {
|
|
margin-left: 0.5em;
|
|
}
|
|
|
|
@media screen and (max-width: 640px) {
|
|
div.dataTables_wrapper span.select-info,
|
|
div.dataTables_wrapper span.select-item {
|
|
margin-left: 0;
|
|
display: block;
|
|
}
|
|
}
|
|
table.dataTable tbody tr.selected th,
|
|
table.dataTable tbody tr.selected td {
|
|
color: white;
|
|
background-color: #00d1b2;
|
|
}
|
|
table.dataTable tbody tr.selected th a,
|
|
table.dataTable tbody tr.selected td a {
|
|
color: white;
|
|
}
|