Skip to content

Commit

Permalink
(Fix CircuitVerse#689): change the cursor from arrow to pointer in se…
Browse files Browse the repository at this point in the history
…nd button.
  • Loading branch information
subhamkumarr committed Feb 2, 2024
1 parent 59e08c0 commit 24cd2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/application1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div style="margin: auto; width: 100%"><div style="float: left; width: 200px; margin-right: 20px"><p>Enter the homework code and click the button.</p>
<p>Code:
<input style="color: #026e57;" type="text" id="homework" value="0" size="3" maxlength="3">
<input style="color: #026e57;" type="button" value="Send!" onClick="decode();">
<input style="color: #026e57; cursor: pointer;" type="button" value="Send!" onClick="decode();">
</p>
</div>
<DIV id="subjects" style="width: 160px; height: 210px; border: 1px solid black; padding: 0 0 0 10px; float:left; margin-bottom: 10px;text-align: left;"></DIV></div>
Expand Down

0 comments on commit 24cd2d7

Please sign in to comment.