cursor change into pointer (#1259)

This commit is contained in:
Samagra Gupta
2019-10-01 23:53:19 +05:30
committed by Jeffrey Warren
parent 3eb741c6d9
commit 44f5cb4e03
3 changed files with 6 additions and 2 deletions

View File

@@ -187,7 +187,7 @@
<div class="panel-body">
<div style="text-align:center;">
<h2 style="margin-top:20px">Save</h2>
<select class="form-control input-md" id="selectSaveOption" style="margin-top:20px">
<select class="form-control input-md mouse" id="selectSaveOption" style="margin-top:20px">
<option value="save-image">Save as PNG</option>
<option value="save-gif">Save as GIF (all steps)</option>
<option value="save-seq">Save sequence</option>