From 05dda59265b343e3364c2725c85f250cb1361857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Tue, 30 Apr 2024 13:00:05 +0200 Subject: [PATCH] styling --- WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css index 4367486..96088a2 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css @@ -67,6 +67,7 @@ table border-radius: 10px; border-collapse: collapse; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); + overflow: hidden; } table th, table td @@ -78,6 +79,7 @@ table th, table td table th { border-top: none; + background-color: rgba(0, 0, 0, 0.1); } table th:last-child, table td:last-child