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 9d50044..dea6e50 100644 --- a/tools/mq_editor/index.html +++ b/tools/mq_editor/index.html @@ -42,6 +42,7 @@ 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; } + button.contour-active { background: #145; border-color: #0cc; color: #aff; } input[type="file"] { display: none; } .params { display: flex; @@ -288,6 +289,7 @@ <button id="newPartialBtn" disabled>+ Partial</button> <button id="clearAllBtn" disabled>✕ Clear All</button> <button id="exploreBtn" disabled>⊕ Explore</button> + <button id="contourBtn" disabled>≋ Contour</button> <button id="undoBtn" disabled>↩ Undo</button> <button id="redoBtn" disabled>↪ Redo</button> |
