From 475b3f4fb76628e9ffef931ef13f84e935b56951 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Tue, 2 Apr 2019 08:33:13 -0400 Subject: [PATCH] switched to non-native toolbar buttons (for iOS mostly) --- css/ui.css | 4 ++-- doc/notes.txt | 2 ++ index.html | 52 +++++++++++++++++++++++++-------------------------- 3 files changed, 30 insertions(+), 28 deletions(-) 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')) { - +   -