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

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

View File

@@ -130,12 +130,16 @@
<p>Crop</p> <p>Crop</p>
</div> </div>
</div> </div>
<div class="center-align"> <div class="row center-align">
<div class="col-md-8">
<select id="selectStep" > <select id="selectStep" >
<!-- The default null selection has been appended manually in demo.js <!-- The default null selection has been appended manually in demo.js
This is because the options in select are overritten when options are appended.--> This is because the options in select are overritten when options are appended.-->
</select> </select>
<button class="btn btn-success btn-lg" name="add" id="add-step-btn">Add Step</button> </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 class="row center-align"> <div class="row center-align">
<button id="resetButton" class="btn btn-default btn-lg" style=" margin: 20px 35px 0px 35px; width:100%;">Clear All Steps</button> <button id="resetButton" class="btn btn-default btn-lg" style=" margin: 20px 35px 0px 35px; width:100%;">Clear All Steps</button>

View File

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

3310
package-lock.json generated

File diff suppressed because it is too large Load Diff