From f1f72a20179dff5834d159f72d6dd486c2ff1706 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 5 May 2015 02:34:23 -0400 Subject: check if lost focus, hide selection --- css/sally.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'css/sally.css') 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; } -- cgit v1.2.3-70-g09d2