diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/sally.css | 3 |
1 files changed, 2 insertions, 1 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, |
