aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/style.css b/style.css
index 8abe4c76..655a00e5 100644
--- a/style.css
+++ b/style.css
@@ -337,6 +337,17 @@ input[type="range"]{
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
+}
+
#interrupt{
position: absolute;
width: 100%;