From 4985d7cd04c8bcf6e2fb7dbedd7872c36693a827 Mon Sep 17 00:00:00 2001 From: DepFA <35278260+dfaker@users.noreply.github.com> Date: Thu, 22 Sep 2022 01:50:42 +0100 Subject: [PATCH] Add aspect ratio overlay styles --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/style.css b/style.css index 587bcec1..96f1402b 100644 --- a/style.css +++ b/style.css @@ -328,3 +328,14 @@ input[type="range"]{ .modalNext:hover { background-color: rgba(0, 0, 0, 0.8); } + +#imageARPreview{ + position:absolute; + top:0px; + left:0px; + border:2px solid red; + background:rgba(255, 0, 0, 0.3); + z-index: 900; + pointer-events:none; + display:none; +}