From beb09df047d79cf94f634b340104875d5b3a8bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Tue, 30 Apr 2024 13:32:18 +0200 Subject: [PATCH] styling --- WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css index 059379f..3a60eee 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css @@ -61,8 +61,10 @@ 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.queryresults th, +table.queryresults tr:last-child td, +table.queryresults td:nth-last-child(-n+2) { + background-color: rgba(0, 0, 0, 0.1); } table