diff --git a/showbits-thermal-printer-ui/public/photo.html b/showbits-thermal-printer-ui/public/photo.html index 17af1b7..968cf5a 100644 --- a/showbits-thermal-printer-ui/public/photo.html +++ b/showbits-thermal-printer-ui/public/photo.html @@ -87,11 +87,25 @@ #flip:active path { fill: #000; } + + #cover { + position: absolute; + width: 100%; + height: 100%; + background-color: white; + transition: background-color 100ms linear; + } + + #cover.hidden { + background-color: transparent; + pointer-events: none; + } @@ -156,5 +184,6 @@ +