diff options
Diffstat (limited to 'css/sally.css')
| -rw-r--r-- | css/sally.css | 5 |
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; } |
