Fixed Unresponsive Select Step Box (#927)

* The cursor changes to pointer when hovered over select element

* Cursor to pointer changes added to demo.css

* adding csrtoptr class directly to dist file

* small bug in ui fixed through bootstrap

* small bug in ui fixed through bootstrap

* Fixed unresponsive bug in ui with bootstrap

* all changes have been deleted regarding the cursor bug. only unresponsive bug has been solved
This commit is contained in:
rohithGoudM
2019-03-25 19:41:09 +05:30
committed by Jeffrey Warren
parent b0a00a71d3
commit 9be102e1dd
4 changed files with 1671 additions and 1659 deletions

View File

@@ -47,12 +47,16 @@ function IntermediateHtmlStepUi(_sequencer, step, options) {
<p>Crop</p>\
</div>\
</div>\
<div class="center-align">\
<div class="row center-align">\
<div class="col-md-8">\
<select class="form-control input-lg" id="selectStep">\
<!-- The default null selection has been appended manually in demo.js\
This is because the options in select are overritten when options are appended.-->\
</select>\
<div>\
<div class="col-md-4">\
<button class="btn btn-success btn-lg" name="add" id="add-step-btn">Add Step</button>\
<div>\
</div>\
</div>\
</div>\