From 44f5cb4e03a48973953f93f715aa188d499b6df5 Mon Sep 17 00:00:00 2001 From: Samagra Gupta <32234926+samagragupta@users.noreply.github.com> Date: Tue, 1 Oct 2019 23:53:19 +0530 Subject: [PATCH] cursor change into pointer (#1259) --- examples/demo.css | 4 ++++ examples/index.html | 2 +- examples/lib/defaultHtmlStepUi.js | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/demo.css b/examples/demo.css index bdbb9e49..a9ae4520 100644 --- a/examples/demo.css +++ b/examples/demo.css @@ -47,6 +47,10 @@ body > .container-fluid { min-width:400px; } +.mouse { + cursor: pointer !important; +} + .nomargin { margin: 0 !important; } diff --git a/examples/index.html b/examples/index.html index b14582a7..4b442d5d 100644 --- a/examples/index.html +++ b/examples/index.html @@ -187,7 +187,7 @@

Save

- diff --git a/examples/lib/defaultHtmlStepUi.js b/examples/lib/defaultHtmlStepUi.js index c6c7b320..d774fb4a 100644 --- a/examples/lib/defaultHtmlStepUi.js +++ b/examples/lib/defaultHtmlStepUi.js @@ -33,7 +33,7 @@ function DefaultHtmlStepUi(_sequencer, options) {
\
\

' + - '' + step.name + ' \ + '' + step.name + ' \ \

\
\