diff options
Diffstat (limited to 'tools/mq_editor/index.html')
| -rw-r--r-- | tools/mq_editor/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/mq_editor/index.html b/tools/mq_editor/index.html index 6cf691f..9d50044 100644 --- a/tools/mq_editor/index.html +++ b/tools/mq_editor/index.html @@ -41,6 +41,7 @@ button:hover { background: #4a4a4a; } button:disabled { opacity: 0.5; cursor: not-allowed; } #extractBtn { background: #666; color: #fff; font-weight: bold; border-color: #888; } + button.explore-active { background: #554; border-color: #aa8; color: #ffd; } input[type="file"] { display: none; } .params { display: flex; @@ -286,6 +287,7 @@ <button id="stopBtn" disabled>■ Stop</button> <button id="newPartialBtn" disabled>+ Partial</button> <button id="clearAllBtn" disabled>✕ Clear All</button> + <button id="exploreBtn" disabled>⊕ Explore</button> <button id="undoBtn" disabled>↩ Undo</button> <button id="redoBtn" disabled>↪ Redo</button> |
