styling for add button

This commit is contained in:
2024-05-06 18:02:49 +02:00
parent 14cf8d8c2a
commit 1e6e576318

View File

@@ -79,6 +79,11 @@ table.queryresults
border-collapse: collapse; border-collapse: collapse;
} }
table.queryresults tr:last-child
{
background-color: rgba(0, 0, 0, 0.1);
}
table th, table td table th, table td
{ {
border: 2px solid white; border: 2px solid white;