diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-05-06 02:18:03 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-05-06 02:18:03 -0400 |
| commit | 8145d3c66de349cb3aa4ef50d43af371ffc206fb (patch) | |
| tree | d86fe855313b93fd7847d1c6831b778ffcf5db68 /css | |
| parent | f650127c109fb65a589388cefb51eb990b151612 (diff) | |
hide experimental palette under a toggle
Diffstat (limited to 'css')
| -rw-r--r-- | css/sally.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/sally.css b/css/sally.css index 9621d18..b7e3cab 100644 --- a/css/sally.css +++ b/css/sally.css @@ -88,7 +88,7 @@ textarea { font-size:12pt; width: 37%; height: 300px; background: #333; color: # .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; } - +#experimental_palette_toggle.focused { box-shadow: none; } #cursor_input { position: fixed; top: 0; right: 0; width:30px; opacity: 0; } .selector_el { border: 1px dashed #fff !important; |
