diff options
| author | Julie Lala <jules@okfoc.us> | 2015-05-18 19:20:32 +0200 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2015-05-18 19:20:32 +0200 |
| commit | dbd9e90652c03da3e8a65c35f3cefd8b2954b253 (patch) | |
| tree | 917db019775072a20d6cbda41e2f996cd64d2099 /css/sally.css | |
| parent | b1260ec54779359ac866bd9465788aca18351e2c (diff) | |
reveal fill color as brush border color
Diffstat (limited to 'css/sally.css')
| -rw-r--r-- | css/sally.css | 5 |
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; } |
