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 @@