summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-08-15 01:37:13 -0400
committerJules Laplace <jules@okfoc.us>2015-08-15 01:37:13 -0400
commit60c50f6fb8257de776ffc211d160456824065dfa (patch)
tree17f7f39aa8e5be498ae0a496816cf0a675b5e8b1
parent9dd80f5ce12ab90be1fb341c590d2dbfb651af93 (diff)
fix selected el border if white bg
-rw-r--r--css/sally.css3
-rw-r--r--index.html2
2 files changed, 3 insertions, 2 deletions
diff --git a/css/sally.css b/css/sally.css
index f4d28d5..3422979 100644
--- a/css/sally.css
+++ b/css/sally.css
@@ -84,7 +84,8 @@ body.grid #letters_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; }
+.focused { box-shadow: inset 0 0px 2px #fff; border-color: #fff; }
+.ba.focused { box-shadow: inset 0 0px 2px #000, inset 0 0px 2px #000; border-color: #000; }
.tool.focused, .ed.focused { color: white; text-decoration: underline; }
.focused { box-shadow: inset 1px 0 2px white, inset -1px 0 2px white, inset 0 1px 2px white, inset 0 -1px 2px white; }
.faba.focused, .fbba.focused, .fcba.focused, .fdba.focused, .feba.focused, .ffba.focused, .fgba.focused, .fhba.focused,
diff --git a/index.html b/index.html
index 779b642..999ded4 100644
--- a/index.html
+++ b/index.html
@@ -50,7 +50,7 @@
<span id="webcam_el" class="tool">webcam</span>
<span id="load_el" class="tool">load</span>
<span id="save_el" class="tool">save</span>
- <span id="clear_el" class="tool">clear</span><br>
+ <span id="clear_el" class="tool">clear</span><br>
</div>
<div id="import_rapper">