From 98d29e908f9cdbee2966fe0867e977176564e5b5 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Wed, 22 Jan 2025 16:49:30 +0100 Subject: [PATCH] fix grid lines between tiles also in minimap see #10594 --- css/80_app.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index ab730d6cd..37ada9891 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -4382,12 +4382,13 @@ img.tile { or (-webkit-device-pixel-ratio = 3) or (-webkit-device-pixel-ratio = 3.25) or (-webkit-device-pixel-ratio = 3.5) or (-webkit-device-pixel-ratio = 3.75) or (-webkit-device-pixel-ratio = 4) or (-webkit-device-pixel-ratio = 4.25) or (-webkit-device-pixel-ratio = 4.5) or (-webkit-device-pixel-ratio = 4.75) or (-webkit-device-pixel-ratio = 5) or (-webkit-device-pixel-ratio = 0.25) or (-webkit-device-pixel-ratio = 0.5) or (-webkit-device-pixel-ratio = 0.75) { - .layer-background img.tile { + .layer-background img.tile, + .map-in-map-background img.tile { mix-blend-mode: plus-lighter; } } -.layer-background img.tile-removing { +img.tile-removing { opacity: 0; z-index: 1; mix-blend-mode: normal;