From c11587386ba4436b854b44aec6a5a3fbcb23fb1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Tue, 30 Apr 2024 13:19:28 +0200 Subject: [PATCH] styling --- WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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%;