diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-05-11 23:57:15 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-05-11 23:57:15 -0400 |
| commit | 77908cf436f90b24a2f63065ce725d0f3e22a902 (patch) | |
| tree | f15488a670b5a9cbb121b839ce05ce2009037026 /css/sally.css | |
| parent | 9ae73d67102f548c6759aa3a938f87a12b12f36b (diff) | |
autoplay and TURBO mode
Diffstat (limited to 'css/sally.css')
| -rw-r--r-- | css/sally.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/css/sally.css b/css/sally.css index b831aff..deb17cc 100644 --- a/css/sally.css +++ b/css/sally.css @@ -84,6 +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; } +.locked { border-bottom: 1px solid; color: #bbb; text-decoration: none; } +.tool.locked.focused { box-shadow: 0 0; } .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; } |
