From df9f34be49d542f2213a24e87f288649d505a6ca Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Fri, 1 Jul 2022 15:41:24 +0200 Subject: [PATCH] Changed css from "nth-last-child(-n+3)" to "nth-last-child(-n+4)" --- src/main/webapp/GeoPortalDataEntryApp.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/GeoPortalDataEntryApp.css b/src/main/webapp/GeoPortalDataEntryApp.css index 0f43430..bf7cfb8 100644 --- a/src/main/webapp/GeoPortalDataEntryApp.css +++ b/src/main/webapp/GeoPortalDataEntryApp.css @@ -70,7 +70,7 @@ h1 { overflow: hidden !important; } -.table-glor td:nth-last-child(-n+3) { +.table-glor td:nth-last-child(-n+4) { background-color: #d9edf7 !important; }