summaryrefslogtreecommitdiff
path: root/css/sally.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-12-11 22:03:04 -0500
committerJules Laplace <jules@okfoc.us>2014-12-11 22:03:04 -0500
commitad28a48edc1ec1c9182cc455451c3b68a8c2b4bc (patch)
treed5e0b89c75e1290e1551e16fcca6a4f45da04dd0 /css/sally.css
parent2de4442f9aeb6a4fc5d49fab8a15b41d87ff2fe4 (diff)
making a selection and dragging it
Diffstat (limited to 'css/sally.css')
-rw-r--r--css/sally.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/css/sally.css b/css/sally.css
index 61f544e..f3356df 100644
--- a/css/sally.css
+++ b/css/sally.css
@@ -60,8 +60,19 @@ 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;
+}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#nvgovy{white-space:pre;}
}