diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-05-05 02:34:23 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-05-05 02:34:23 -0400 |
| commit | f1f72a20179dff5834d159f72d6dd486c2ff1706 (patch) | |
| tree | 028c5adc060d4cfb6b3fc76783a398a65bb5a95d /css | |
| parent | 54bdfc801bd84eebbe561e107c1c19495ecb9a1d (diff) | |
check if lost focus, hide selection
Diffstat (limited to 'css')
| -rw-r--r-- | css/sally.css | 5 |
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; } |
