diff options
| author | Julie Lala <jules@okfoc.us> | 2014-12-18 23:21:00 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-12-18 23:21:00 -0500 |
| commit | 6946255bb23b50e841a6684dc8950797d2a5dce6 (patch) | |
| tree | d1390e405e5302bdbc03d115a6e20afae8469739 /css/sally.css | |
| parent | dda251707cd91ec5d377816de4ea7a6e3da4147e (diff) | |
| parent | 8746a003b0226cd7bd67eca8fcf3774313021093 (diff) | |
merge
Diffstat (limited to 'css/sally.css')
| -rw-r--r-- | css/sally.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/css/sally.css b/css/sally.css index 5d57693..515442a 100644 --- a/css/sally.css +++ b/css/sally.css @@ -60,3 +60,17 @@ body { transition: 0.1s linear; } textarea { font-size:12pt; width: 45%; height: 300px; background: #333; color: #0f0; border: 0; font-family: 'FixedsysExcelsior301Regular'; outline: 0; border: 1px solid #333; background:#010;} #import_rapper { display: none; } #cursor_input { position: absolute; top: 0; right: 0; width:30px; opacity: 0; } +.selector_el { + border: 1px dashed #fff !important; + padding-top: 1px; + position:absolute; + top:-999px;left:-999px; + pointer-events: none; +} +.selector_el.dragging { + color: #0f0; +} +.selector_el.creating div { + display: none; +} + |
