summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-05-05 02:19:31 -0400
committerJules Laplace <jules@okfoc.us>2015-05-05 02:19:31 -0400
commit54bdfc801bd84eebbe561e107c1c19495ecb9a1d (patch)
tree2b2950110f6d8a2d01bf2087f46549fa01bbf8bd /css
parentc42683d98ee75c1d2171948a5e2142690ad73d5f (diff)
selection grid
Diffstat (limited to 'css')
-rw-r--r--css/sally.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/sally.css b/css/sally.css
index 902791a..feb5567 100644
--- a/css/sally.css
+++ b/css/sally.css
@@ -59,8 +59,8 @@ a:link, a:visited {text-decoration: none; color: #3b3740}
}
span { min-width: 8px; min-height: 16px; display: inline-block; }
.rapper { cursor: crosshair; }
-body.grid span { border-right: 1px solid #444; border-top: 1px solid #444; border-bottom: 1px solid #444; }
-body.grid div { border-top: 1px solid #444; border-left: 1px solid #444; }
+body.grid span { border-right: 1px solid #444; border-bottom: 1px solid #444; }
+body.grid div { border-left: 1px solid #444; }
.ed { color: #fff; }
.focused { box-shadow: inset 0 0px 3px #fff; border-color: #fff; }
.tool.focused, .ed.focused { color: white; text-decoration: underline; }
@@ -76,6 +76,7 @@ textarea { font-size:12pt; width: 37%; height: 300px; background: #333; color: #
border: 1px dashed #fff !important;
padding-top: 1px;
position:absolute;
+ margin-top: -1px;
top:-999px;left:-999px;
pointer-events: none;
}