diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css index 90b0b41..2f2e1e5 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css @@ -79,6 +79,11 @@ table.queryresults border-collapse: collapse; } +table.queryresults tr:last-child +{ + background-color: rgba(0, 0, 0, 0.1); +} + table th, table td { border: 2px solid white;