mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
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:
committed by
Jeffrey Warren
parent
b0a00a71d3
commit
9be102e1dd
@@ -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>\
|
||||
|
||||
Reference in New Issue
Block a user