summaryrefslogtreecommitdiff
path: root/css/sally.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/sally.css')
-rw-r--r--css/sally.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/sally.css b/css/sally.css
index 3d80ba9..951243c 100644
--- a/css/sally.css
+++ b/css/sally.css
@@ -88,6 +88,11 @@ textarea { font-size:12pt; width: 37vw; height: 300px; background: #333; color:
.bucket #canvas_rapper {
cursor: url(../img/bucket.png) 3 15, auto;
}
+#brush_rapper {
+ border: 1px solid;
+ display: inline-block;
+ margin-bottom: 13px;
+}
.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; }