nevermind, styling

This commit is contained in:
2024-05-06 18:45:42 +02:00
parent aaf0fd6623
commit fc3afaae2c
5 changed files with 10 additions and 11 deletions

View File

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