diff options
| author | Julie Lala <jules@okfoc.us> | 2015-05-22 19:50:30 +0200 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2015-05-22 19:50:30 +0200 |
| commit | 76109b7a5f2b5ea4b24fa0c6dfbd3df9d1b07226 (patch) | |
| tree | 8bd4ddab194dede386b5e0dd87be9f028be3cde3 /css | |
| parent | c2d83e9195d6ae00836226d039a594d7e917908c (diff) | |
color assignment logik
Diffstat (limited to 'css')
| -rw-r--r-- | css/sally.css | 3 |
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); } |
