redundancies fixed

This commit is contained in:
2024-04-30 11:11:47 +02:00
parent 2602bbbaca
commit dd28578203

View File

@@ -14,7 +14,6 @@ h2{
} }
input{ input{
color: black;
background: transparent; background: transparent;
border: 2px solid white; border: 2px solid white;
} }
@@ -84,14 +83,8 @@ table th, table td
table td input table td input
{ {
width: 100%; width: 100%;
height: 100%;
height: 30px;
box-sizing: border-box; box-sizing: border-box;
} height: 30px;
.list table, .list th, .list td
{
border: 1px solid white;
} }
.list table .list table
@@ -99,16 +92,9 @@ table td input
border-collapse: collapse; border-collapse: collapse;
} }
.list th, .list td
{
padding: 5px;
}
table button table button
{ {
width: 100%; width: 100%;
height: 30px;
box-sizing: border-box; box-sizing: border-box;
height: 30px;
} }