fix some layout issues

This commit is contained in:
FreddleSpl0it
2022-09-27 12:30:10 +02:00
parent 4387e4764f
commit 8a0bd23985
3 changed files with 6 additions and 3 deletions

View File

@@ -289,7 +289,7 @@ code {
width: 20%;
}
table.dataTable>tbody>tr.child ul.dtr-details>li {
border-bottom: 1px solid rgba(239, 239, 239, 0.129);
border-bottom: 1px solid rgba(0, 0, 0, 0.129);
padding: 0.5em 0;
}

View File

@@ -107,6 +107,9 @@ tbody tr {
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #333;
}
table.dataTable>tbody>tr.child ul.dtr-details>li {
border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
tbody tr {
color: #ccc;
}