summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/sally.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/sally.css b/css/sally.css
index f2d7405..29a0b66 100644
--- a/css/sally.css
+++ b/css/sally.css
@@ -98,6 +98,9 @@ textarea { font-size:12pt; width: 37vw; height: 300px; background: #333; color:
}
#letters_rapper {
display: inline-block;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ user-select: none;
}
.close { position: absolute; top: 20px; right: 20px; z-index: 2; padding: 10px; background: black; cursor: pointer; }
#webcam_rapper { display: none; position: absolute; top: 0px; left: 0px; width:100%;height:100%; box-sizing:border-box; border: 40px solid rgba(0,0,0,0.5); background-color: rgba(0,0,0,0.5); }