From e649e2f470d63be2991613d87e653545d57caec2 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Thu, 26 Jun 2025 03:10:41 +0200 Subject: [PATCH] Update index.html --- resources/[inventory]/pl_printer/web/index.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/resources/[inventory]/pl_printer/web/index.html b/resources/[inventory]/pl_printer/web/index.html index 38a4067b3..5cc6f2334 100644 --- a/resources/[inventory]/pl_printer/web/index.html +++ b/resources/[inventory]/pl_printer/web/index.html @@ -10,7 +10,8 @@ margin: 0; padding: 0; overflow: hidden; - background-color: rgba(0, 0, 0, 0.7); + /* Entferne den Hintergrund, der den Schleier verursacht */ + background-color: transparent; } #image-container { position: absolute; @@ -34,6 +35,7 @@ padding: 5px; border-radius: 3px; font-family: Arial, sans-serif; + display: none; /* Verstecke die Dokument-ID standardmäßig */ } @@ -45,12 +47,15 @@