diff --git a/css/ui.css b/css/ui.css index 8b72adbb..57977cea 100644 --- a/css/ui.css +++ b/css/ui.css @@ -130,10 +130,10 @@ div.mem_info a.selected { .btn_group.view_group { } .btn_active { - color: #33cc33; + color: #33cc33 !important; } .btn_stopped { - color: #ff9933; + color: #ff9933 !important; } .btn_recording { color: #ff3333; diff --git a/doc/notes.txt b/doc/notes.txt index 1e9c6063..d58e0b42 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -109,6 +109,8 @@ TODO: - throw errors when bad/no refs - capture so we get mouseUp() out of frame - per-View keyboard shortcuts + - parse labels + - editing too fast refreshes kills the editor WEB WORKER FORMAT diff --git a/index.html b/index.html index c0e7a7af..7efd9339 100644 --- a/index.html +++ b/index.html @@ -137,49 +137,49 @@ if (window.location.host.endsWith('8bitworkshop.com')) { - +   -