From 4b1071226cb26cd1c880faced01ce25f883008c2 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Mon, 2 Aug 2021 11:31:59 +0200 Subject: [PATCH] fixed css for image gallery --- src/main/webapp/GeoportalDataViewer.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/webapp/GeoportalDataViewer.css b/src/main/webapp/GeoportalDataViewer.css index 99a7645..dba823e 100644 --- a/src/main/webapp/GeoportalDataViewer.css +++ b/src/main/webapp/GeoportalDataViewer.css @@ -254,3 +254,14 @@ body { font-size: .9em !important; margin-bottom: 5px !important } + +.nGY2 .nGY2GThumbnailIcon { + Text-Shadow: none !important; + color: #696969 !important; +} + +.nGY2 .nGY2GThumbnailAlbumTitle, .nGY2 .nGY2GThumbnailImageTitle { + Text-Shadow: none !important; + color: #696969 !important; + font-family: arial !important; +}