diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css index 96088a2..059379f 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css @@ -57,6 +57,14 @@ table.inputs{ 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 { width: 80%;