From cb47bf2341958c375f9ee6019416914e55c8ddf7 Mon Sep 17 00:00:00 2001 From: Isaac Miti Date: Wed, 1 Jan 2020 21:41:18 +0200 Subject: [PATCH] Change the button to blue from green (#1380) --- examples/lib/intermediateHtmlStepUi.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/lib/intermediateHtmlStepUi.js b/examples/lib/intermediateHtmlStepUi.js index f581a168..01dc71eb 100644 --- a/examples/lib/intermediateHtmlStepUi.js +++ b/examples/lib/intermediateHtmlStepUi.js @@ -64,7 +64,7 @@ function IntermediateHtmlStepUi(_sequencer, step, options) { \
\
\ - \ + \
\
\
\ @@ -117,13 +117,13 @@ function IntermediateHtmlStepUi(_sequencer, step, options) { else insertPreview.updatePreviews(step.output, $step('.insertDiv').getDomElem()); }); } - + $step('.insertDiv .close-insert-box').off('click').on('click', function(){ toggleDiv($step); $step('.insertDiv').removeClass('insertDiv'); }); - + var insertStepSelect = $step('.insert-step-select'); insertStepSelect.html('');