This commit is contained in:
2024-04-30 13:19:28 +02:00
parent dc7867fa72
commit c11587386b

View File

@@ -57,6 +57,14 @@ table.inputs{
margin-right: auto; margin-right: auto;
} }
table.inputs td:first-child{
background-color: rgba(0, 0, 0, 0.1);
}
table.inputs tr td:last-child{
background-color: rgba(0, 0, 0, 0);
}
table table
{ {
width: 80%; width: 80%;