summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-05-05 02:34:23 -0400
committerJules Laplace <jules@okfoc.us>2015-05-05 02:34:23 -0400
commitf1f72a20179dff5834d159f72d6dd486c2ff1706 (patch)
tree028c5adc060d4cfb6b3fc76783a398a65bb5a95d /css
parent54bdfc801bd84eebbe561e107c1c19495ecb9a1d (diff)
check if lost focus, hide selection
Diffstat (limited to 'css')
-rw-r--r--css/sally.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/sally.css b/css/sally.css
index feb5567..c9afc72 100644
--- a/css/sally.css
+++ b/css/sally.css
@@ -61,6 +61,11 @@ span { min-width: 8px; min-height: 16px; display: inline-block; }
.rapper { cursor: crosshair; }
body.grid span { border-right: 1px solid #444; border-bottom: 1px solid #444; }
body.grid div { border-left: 1px solid #444; }
+body.grid #canvas_rapper > div:first-child,
+body.grid #palette_rapper > div:first-child,
+body.grid #brush_rapper > div:first-child
+ { border-top: 1px solid #444; }
+body.grid .tool { border: 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; }