This commit is contained in:
2024-04-30 13:32:18 +02:00
parent c11587386b
commit beb09df047

View File

@@ -61,8 +61,10 @@ table.inputs td:first-child{
background-color: rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1);
} }
table.inputs tr td:last-child{ table.queryresults th,
background-color: rgba(0, 0, 0, 0); table.queryresults tr:last-child td,
table.queryresults td:nth-last-child(-n+2) {
background-color: rgba(0, 0, 0, 0.1);
} }
table table