summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
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; }