summaryrefslogtreecommitdiff
path: root/css/sally.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/sally.css')
-rw-r--r--css/sally.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/sally.css b/css/sally.css
index e9fb35b..e2410f6 100644
--- a/css/sally.css
+++ b/css/sally.css
@@ -85,6 +85,10 @@ textarea { font-size:12pt; width: 37%; height: 300px; background: #333; color: #
.bucket #canvas_rapper {
cursor: url(../img/bucket.png) 3 15, auto;
}
+.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); }
+#webcam_iframe { position: absolute; top: 0px; left: 0px; width:100%;height:100%; background-color: rgba(0,0,0,0.5); border: 0; }
+
#cursor_input { position: fixed; top: 0; right: 0; width:30px; opacity: 0; }
.selector_el {
border: 1px dashed #fff !important;